Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#175)
Browse files Browse the repository at this point in the history
Update `pre-commit` hooks.
Keep supporting Python 3.7 when using pre-commit.


Co-authored-by: CIF-ontology Team <[email protected]>
  • Loading branch information
CasperWA and CIF-ontology Team authored Oct 27, 2023
1 parent dbf9875 commit fc31fa0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ default_language_version:

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

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

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.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 fc31fa0

Please sign in to comment.