diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0397c5e01..ed27a6496 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: exclude: src/furo/theme/.*|docs/(recommendations|reference/admonitions).md - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 22.8.0 hooks: - id: black language_version: python3.8