diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b4cb152a..5294ce39 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,8 +7,8 @@ repos: args: - "-x *test*.py" - - repo: https://github.com/psf/black - rev: 23.12.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 23.12.1 hooks: - id: black language_version: python3.8