diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cb84cc5..f3c4f57 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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.8.0 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] @@ -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.11.2 hooks: - id: mypy exclude: ^tests/.*$