diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0af2a1ee..11bafdd0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: - id: pyupgrade args: ["--py36-plus"] -- repo: https://gitlab.com/pycqa/flake8 +- repo: https://github.com/PyCQA/flake8 rev: 3.9.0 hooks: - id: flake8