diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ec3ed6be..1adf5cac4 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.14.2 + rev: v0.14.5 hooks: - id: ruff args: [--fix] @@ -16,7 +16,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.21.0 + rev: v3.21.1 hooks: - id: pyupgrade - repo: https://github.com/asottile/blacken-docs