mirror of https://github.com/explosion/spaCy.git
Fix flake8
This commit is contained in:
parent
400c9eecb6
commit
78aa663f79
2
.flake8
2
.flake8
|
@ -1,5 +1,3 @@
|
|||
|
||||
15 lines (14 sloc) 290 Bytes
|
||||
[flake8]
|
||||
ignore = E203, E266, E501, E731, W503
|
||||
max-line-length = 80
|
||||
|
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
pip install -r requirements.txt
|
||||
displayName: 'Install dependencies'
|
||||
|
||||
- script: python -m flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
|
||||
- script: python -m flake8 spacy --count --select=E901,E999,F821,F822,F823 --show-source --statistics
|
||||
displayName: 'flake8'
|
||||
|
||||
- script: |
|
||||
|
|
Loading…
Reference in New Issue