diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 25eb5ef30..8fe4fdc8c 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.12.10 + rev: v0.13.2 hooks: - id: ruff args: [--fix] @@ -20,7 +20,7 @@ repos: hooks: - id: pyupgrade - repo: https://github.com/asottile/blacken-docs - rev: 1.19.1 + rev: 1.20.0 hooks: - id: blacken-docs additional_dependencies: [black] @@ -33,7 +33,7 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.17.1 + rev: v1.18.2 hooks: - id: mypy files: ^src/