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: |