summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2018-06-04 20:46:22 +0200
committerjvoisin2018-06-04 20:46:22 +0200
commite71eff481401811a543b15860e0b20de1d5c49dc (patch)
tree16f1996f7c031c6d7a735dd1fb8d75a32fc46253
parentd1392de6f526cd4ff9fb27759343df861d17a2d4 (diff)
Make bandit happier too.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 37f3b01..264b710 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ bandit:
9 script: 9 script:
10 - apt-get -qqy update 10 - apt-get -qqy update
11 - apt-get -qqy install --no-install-recommends python3-bandit 11 - apt-get -qqy install --no-install-recommends python3-bandit
12 - bandit -r ./libmat2 --format txt --skip B404,B603 12 - bandit -r ./libmat2 --format txt --skip B101,B404,B603
13 13
14pyflakes: 14pyflakes:
15 stage: linting 15 stage: linting