Skip to content
Snippets Groups Projects
Commit e71eff48 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Make bandit happier too.

parent d1392de6
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ bandit:
script:
- apt-get -qqy update
- apt-get -qqy install --no-install-recommends python3-bandit
- bandit -r ./libmat2 --format txt --skip B404,B603
- bandit -r ./libmat2 --format txt --skip B101,B404,B603
pyflakes:
stage: linting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment