diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40c7604..659ed7b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: exclude: ^.stubs/ repos: - repo: https://github.com/psf/black - rev: '23.7.0' + rev: 'refs/tags/22.3.0:refs/tags/22.3.0' hooks: - id: black - repo: https://github.com/Pierre-Sassoulas/black-disable-checker