🚨 adjust flake8 sensitivity

* pass arguments to flake8
* reproduce arguments from CI config
This commit is contained in:
julien-talkair 2021-07-06 22:41:54 +02:00
parent 6b1f9a5be0
commit 82b01964fa

View File

@ -8,3 +8,8 @@ repos:
rev: 3.9.2
hooks:
- id: flake8
args:
- "--count"
- "--select=E901,E999,F821,F822,F823"
- "--show-source"
- "--statistics"