diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2dd4b382..40e3f4f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: stable + rev: 20.8b1 hooks: - id: black language_version: python3.9