Pin flake8 version

This commit is contained in:
Ines Montani 2020-05-18 10:50:21 +02:00 committed by GitHub
parent eb117e2fce
commit e8ff4c1e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'