diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 34284572..b27cd23e 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: 23.12.0 # Keep in sync with blacken-docs + rev: 23.12.1 # Keep in sync with blacken-docs hooks: - id: black - repo: https://github.com/asottile/blacken-docs