mirror of https://github.com/explosion/spaCy.git
pin flak8 to 3.5.0
This commit is contained in:
parent
e0fda2bd81
commit
79d4f196e5
|
@ -27,7 +27,7 @@ jobs:
|
|||
inputs:
|
||||
versionSpec: '3.7'
|
||||
- script: |
|
||||
pip install flake8
|
||||
pip install flake8==3.5.0
|
||||
python -m flake8 spacy --count --select=E901,E999,F821,F822,F823 --show-source --statistics
|
||||
displayName: 'flake8'
|
||||
|
||||
|
|
Loading…
Reference in New Issue