From e8ff4c1e6a2b92eb0194d343a6f1f212172f4bb8 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Mon, 18 May 2020 10:50:21 +0200 Subject: [PATCH] Pin flake8 version --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f93dffaed..4dfb51296 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,7 +27,7 @@ jobs: inputs: versionSpec: '3.7' - script: | - pip install flake8 + pip install flake8==3.5.0 python -m flake8 spacy --count --select=E901,E999,F821,F822,F823 --show-source --statistics displayName: 'flake8'