diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81fb84bd1a..635b3f93d3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: exclude: ^(.github/|tests/test_data/abinit/) repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.15.10 + rev: v0.15.12 hooks: - id: ruff args: [--fix] @@ -33,7 +33,7 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.1 + rev: v2.1.0 hooks: - id: mypy files: ^src/