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:
|
||||
- id: flake8
|
||||
args:
|
||||
- "--count"
|
||||
- "--select=E901,E999,F821,F822,F823"
|
||||
- "--show-source"
|
||||
- "--statistics"
|
||||
- "--config=setup.cfg"
|
||||
|
|
Loading…
Reference in New Issue