pin flak8 to 3.5.0

This commit is contained in:
svlandeg 2020-05-15 11:53:01 +02:00
parent e0fda2bd81
commit 79d4f196e5
1 changed files with 1 additions and 1 deletions

View File

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