diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 096de0d7..9c05b558 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -101,7 +101,7 @@ repos: # Python Formatting - repo: https://github.com/psf/black - rev: 23.10.1 # Keep in sync with blacken-docs + rev: 23.11.0 # Keep in sync with blacken-docs hooks: - id: black - repo: https://github.com/asottile/blacken-docs