Fix flake8

This commit is contained in:
Ines Montani 2019-03-09 01:30:40 +01:00
parent 400c9eecb6
commit 78aa663f79
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
15 lines (14 sloc) 290 Bytes
[flake8]
ignore = E203, E266, E501, E731, W503
max-line-length = 80

View File

@ -61,7 +61,7 @@ jobs:
pip install -r requirements.txt
displayName: 'Install dependencies'
- script: python -m flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
- script: python -m flake8 spacy --count --select=E901,E999,F821,F822,F823 --show-source --statistics
displayName: 'flake8'
- script: |