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 Jun 26, 2024
1 parent a6ea876 commit 6d0757e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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
rev: v4.6.0
hooks:
- id: check-symlinks
- id: check-xml
Expand All @@ -24,14 +24,14 @@ repos:

- repo: https://github.com/ambv/black
# Keep at 23.3.0 to support Python 3.7
rev: 23.3.0
rev: 24.4.2
hooks:
- id: black
args:
- --config=dic2owl/pyproject.toml

- repo: https://github.com/PyCQA/bandit
rev: '1.7.5'
rev: '1.7.9'
hooks:
- id: bandit
args: [-r]
Expand All @@ -40,7 +40,7 @@ repos:

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

0 comments on commit 6d0757e

Please sign in to comment.