diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 46f73284..5cbfb8e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -104,7 +104,7 @@ repos: # Python Formatting - repo: https://github.com/psf/black - rev: 24.2.0 # Keep in sync with blacken-docs + rev: 24.3.0 # Keep in sync with blacken-docs hooks: - id: black - repo: https://github.com/asottile/blacken-docs