mirror of https://github.com/explosion/spaCy.git
👷 configure flake8 pre-commit
* uses setup.cfg for flake8 configuration during pre-commit
This commit is contained in:
parent
82b01964fa
commit
833f7f2918
|
@ -9,7 +9,4 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
args:
|
args:
|
||||||
- "--count"
|
- "--config=setup.cfg"
|
||||||
- "--select=E901,E999,F821,F822,F823"
|
|
||||||
- "--show-source"
|
|
||||||
- "--statistics"
|
|
||||||
|
|
Loading…
Reference in New Issue