diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae668fb..8b3314c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: # excludes all the init files from sorting exclude: ^.*\/__init__\.py$ - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 21.10b0 hooks: - id: black - repo: https://github.com/PyCQA/flake8