Add W605 to the errors raised by flake8 in the CI (#11283)

This commit is contained in:
Adriane Boyd 2022-08-09 12:15:13 +02:00 committed by GitHub
parent fc4246558b
commit e700358ba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"