diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6dbd2e8..cc721c4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/psf/black - rev: 21.11b1 + rev: 21.12b0 hooks: - id: black - repo: https://github.com/myint/autoflake