From c19e85955dbc821f92561dc8d2b32643da172463 Mon Sep 17 00:00:00 2001 From: Agate Date: Fri, 15 May 2020 14:42:48 +0200 Subject: [PATCH] Fixed broken linting --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 25d6ccb04..7a7e106e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -108,7 +108,7 @@ flake8: variables: GIT_STRATEGY: fetch before_script: - - pip install flake8 + - pip install 'flake8<3.7' script: - flake8 -v api cache: