diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd16ba2..b16915a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,3 +8,7 @@ repos: - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files +- repo: https://gitlab.com/pycqa/flake8 + rev: 3.8.3 + hooks: + - id: flake8