Commit d21e0745 authored by Cresson Remi's avatar Cresson Remi
Browse files

CI: soften flake8

1 merge request!4ADD: use otbtf 3.2.1 in unit tests
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
Showing with 1 addition and 1 deletion
+1 -1
......@@ -54,7 +54,7 @@ Build the docker image:
flake8:
extends: .static_analysis_base
script:
- sudo apt update && sudo apt install -y flake8 && python -m flake8 --max-line-length=120 $PWD/decloud
- sudo apt update && sudo apt install -y flake8 && python -m flake8 -ignore=E402 --max-line-length=120 $PWD/decloud
pylint:
extends: .static_analysis_base
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment