diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7a3f5dc3068..7c55e5981ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: .cp2k/.*| )$ - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black name: Reformat Python files with the black code formatter