diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e4f4d38..c9067fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: black language_version: python3 # Should be a command that runs python3.6+ - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/PyCQA/flake8 rev: 3.8.4 hooks: - id: flake8