pin flak8 to 3.5.0

This commit is contained in:
svlandeg 2020-05-15 11:53:01 +02:00
parent e0fda2bd81
commit 79d4f196e5

View File

@ -27,7 +27,7 @@ jobs:
inputs: inputs:
versionSpec: '3.7' versionSpec: '3.7'
- script: | - script: |
pip install flake8 pip install flake8==3.5.0
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 --show-source --statistics
displayName: 'flake8' displayName: 'flake8'