mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Add W605 to the errors raised by flake8 in the CI (#11283)
This commit is contained in:
parent
fc4246558b
commit
e700358ba0
|
@ -32,7 +32,7 @@ jobs:
|
|||
versionSpec: "3.7"
|
||||
- script: |
|
||||
pip install flake8==3.9.2
|
||||
python -m flake8 spacy --count --select=E901,E999,F821,F822,F823 --show-source --statistics
|
||||
python -m flake8 spacy --count --select=E901,E999,F821,F822,F823,W605 --show-source --statistics
|
||||
displayName: "flake8"
|
||||
|
||||
- job: "Test"
|
||||
|
|
Loading…
Reference in New Issue
Block a user