Commit 1f6c83c7 authored by Cresson Remi's avatar Cresson Remi
Browse files

CI: fix flake8

1 merge request!6Checkpoints callbacks fixes
Showing with 1 addition and 1 deletion
+1 -1
...@@ -59,7 +59,7 @@ Build the docker image: ...@@ -59,7 +59,7 @@ Build the docker image:
flake8: flake8:
extends: .static_analysis_base extends: .static_analysis_base
script: script:
- sudo apt update && sudo apt install -y flake8 && python -m flake8 -ignore=E402 --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: pylint:
extends: .static_analysis_base 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