Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
CIF-ontology Team authored and CIF-ontology Team committed Oct 18, 2023
1 parent dbf9875 commit 1238541
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:

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

- repo: https://github.com/ambv/black
rev: 23.3.0
rev: 23.10.0
hooks:
- id: black
args:
Expand All @@ -37,7 +37,7 @@ repos:
files: ^dic2owl/.*$

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.6.0
hooks:
- id: mypy
exclude: ^tests/.*$
Expand Down

0 comments on commit 1238541

Please sign in to comment.