diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 38146839..d4fa10b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -102,7 +102,7 @@ repos: # Python Formatting - repo: https://github.com/psf/black - rev: 24.4.2 # Keep in sync with blacken-docs + rev: 24.8.0 # Keep in sync with blacken-docs hooks: - id: black - repo: https://github.com/asottile/blacken-docs