From 78aa663f79321ed5349e5a9c4d20af0bf98221f3 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sat, 9 Mar 2019 01:30:40 +0100 Subject: [PATCH] Fix flake8 --- .flake8 | 2 -- azure-pipelines.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.flake8 b/.flake8 index 4f6e9562b..dfedc15df 100644 --- a/.flake8 +++ b/.flake8 @@ -1,5 +1,3 @@ - -15 lines (14 sloc) 290 Bytes [flake8] ignore = E203, E266, E501, E731, W503 max-line-length = 80 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9ffd60a87..5f205f298 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: |