From 0e70e5cf18505b2a113a964cd6d36658a14e05a3 Mon Sep 17 00:00:00 2001 From: Renaud Boyer Date: Sun, 6 Dec 2020 22:18:58 +0100 Subject: [PATCH] flake8 hook --- .pre-commit-config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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