diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0227f2ec84..0f06050ca5 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.16.3 + rev: v0.16.5 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: v2.3.0 + rev: v2.3.1 hooks: - id: mypy files: ^src/