Fixed broken linting

This commit is contained in:
Agate 2020-05-15 14:42:48 +02:00
parent 669788557b
commit c19e85955d
No known key found for this signature in database
GPG Key ID: 6B501DFD73514E14
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ flake8:
variables: variables:
GIT_STRATEGY: fetch GIT_STRATEGY: fetch
before_script: before_script:
- pip install flake8 - pip install 'flake8<3.7'
script: script:
- flake8 -v api - flake8 -v api
cache: cache: