Skip to content
Snippets Groups Projects
Commit de2b7250 authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

Fix calling flake8

parent d06d6120
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ run_flake8: ...@@ -37,7 +37,7 @@ run_flake8:
stage: lint stage: lint
script: script:
- python -m flake8 --version - python -m flake8 --version
- python -m flake8 - python -m flake8 map
allow_failure: true allow_failure: true
run_pylint: run_pylint:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment