diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0b7ecd018..5de5addaa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -59,8 +59,8 @@ jobs: pip install -r requirements.txt displayName: 'Install dependencies' - - script: python -m flake8 . --count --exclude=spacy/compat.py,spacy/lang --select=E901,E999,F821,F822,F823 --show-source --statistics - displayName: 'flake8' + # - script: python -m flake8 . --count --exclude=spacy/compat.py,spacy/lang --select=E901,E999,F821,F822,F823 --show-source --statistics + # displayName: 'flake8' - script: python setup.py build_ext --inplace