mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
🚨 adjust flake8 sensitivity
* pass arguments to flake8 * reproduce arguments from CI config
This commit is contained in:
parent
6b1f9a5be0
commit
82b01964fa
|
@ -8,3 +8,8 @@ repos:
|
||||||
rev: 3.9.2
|
rev: 3.9.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
|
args:
|
||||||
|
- "--count"
|
||||||
|
- "--select=E901,E999,F821,F822,F823"
|
||||||
|
- "--show-source"
|
||||||
|
- "--statistics"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user