From e71eff481401811a543b15860e0b20de1d5c49dc Mon Sep 17 00:00:00 2001
From: jvoisin <julien.voisin@dustri.org>
Date: Mon, 4 Jun 2018 20:46:22 +0200
Subject: [PATCH] Make bandit happier too.

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
   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
-- 
GitLab