diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fcb337b..ada0629 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -72,11 +72,11 @@ repos: # Python Formatting - repo: https://github.com/psf/black - rev: 24.4.2 # Keep in sync with blacken-docs + rev: 24.8.0 # Keep in sync with blacken-docs hooks: - id: black - repo: https://github.com/asottile/blacken-docs - rev: 1.16.0 + rev: 1.18.0 hooks: - id: blacken-docs additional_dependencies: