diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b34f05004..92355ecdf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,8 +14,11 @@ repos: - id: detect-private-key - id: double-quote-string-fixer - id: end-of-file-fixer - - id: flake8 - id: requirements-txt-fixer +- repo: https://github.com/PyCQA/flake8 + rev: 16f5f28a384f0781bebb37a08aa45e65b9526c50 + hooks: + - id: flake8 - repo: https://github.com/asottile/reorder_python_imports rev: ab609b9b982729dfc287b4e75963c0c4de254a31 hooks: