diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9636062e1..18f244790 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,10 +7,18 @@ repos: # override until resolved: https://github.com/ambv/black/issues/402 files: \.pyi?$ types: [] + + - repo: https://gitlab.com/pycqa/flake8 + rev: '3.7.3' + hooks: + - id: flake8 + language_version: python3.7 + - repo: https://github.com/asottile/seed-isort-config rev: v1.5.0 hooks: - id: seed-isort-config + - repo: https://github.com/pre-commit/mirrors-isort rev: v4.3.4 hooks: @@ -23,5 +31,3 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - id: debug-statements - - id: flake8 - language_version: python3.7