diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2c1cbdb68c..cea9d3585d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: # Force black to run on whole repo, using settings from pyproject.toml pass_filenames: false args: [--config=./pyproject.toml, .] -- repo: https://gitlab.com/pycqa/flake8 +- repo: https://github.com/PyCQA/flake8 rev: '3.9.0' hooks: # Run flake8.