diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a47c4dc2..8cdaaa3b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -98,11 +98,11 @@ repos: # Python Formatting - repo: https://github.com/psf/black - rev: 23.3.0 # Keep in sync with blacken-docs + rev: 23.7.0 # Keep in sync with blacken-docs hooks: - id: black - repo: https://github.com/asottile/blacken-docs - rev: 1.14.0 + rev: 1.15.0 hooks: - id: blacken-docs additional_dependencies: