Skip to content

Commit

Permalink
Keep supporting Python 3.7 in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA authored Oct 27, 2023
1 parent d86cc33 commit 852881f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
# Keep at v4.4.0 to support Python 3.7
rev: v4.4.0
hooks:
- id: check-symlinks
- id: check-xml
Expand All @@ -22,7 +23,8 @@ repos:
exclude: ^.*(\.ttl|\.cif)$

- repo: https://github.com/ambv/black
rev: 23.10.1
# Keep at 23.3.0 to support Python 3.7
rev: 23.3.0
hooks:
- id: black
args:
Expand All @@ -37,7 +39,8 @@ repos:
files: ^dic2owl/.*$

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.1
# Keep at v1.4.1 to support Python 3.7
rev: v1.4.1
hooks:
- id: mypy
exclude: ^tests/.*$
Expand Down

0 comments on commit 852881f

Please sign in to comment.