From fc811ece0be6859a92c7a1da838da7a82cb2ceae Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sun, 26 Jul 2020 18:49:10 -0700 Subject: [PATCH] update flake8 config to match openpilot --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b174c9c..4572d4c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: hooks: - id: flake8 args: - - --ignore=E111,E114,E121,E124,E302,E501 + - --select=F,E112,E113,E304,E501,E502,E701,E702,E703,E71,E72,E731,W191,W6 - --statistics - repo: local hooks: