diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5141d31a5..03ab3ac51 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: check-ast - id: check-docstring-first - repo: https://github.com/psf/black - rev: 26.5.0 + rev: 26.5.1 hooks: - id: black args: [--quiet]