diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e4ed0fe..096de0d7 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.9.1 # Keep in sync with blacken-docs + rev: 23.10.1 # Keep in sync with blacken-docs hooks: - id: black - repo: https://github.com/asottile/blacken-docs