mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
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]
|
[flake8]
|
||||||
ignore = E203, E266, E501, E731, W503
|
ignore = E203, E266, E501, E731, W503
|
||||||
max-line-length = 80
|
max-line-length = 80
|
||||||
|
|
|
@ -61,7 +61,7 @@ jobs:
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
displayName: 'Install dependencies'
|
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'
|
displayName: 'flake8'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user