diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0af81f27..7a9d6f7c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,4 +3,8 @@ repos: rev: stable hooks: - id: black - language_version: python3.7 \ No newline at end of file + language_version: python3.7 +- repo: https://gitlab.com/pycqa/flake8 + rev: master + hooks: + - id: flake8 \ No newline at end of file