1
0
mirror of synced 2024-06-21 03:02:46 +02:00

Make bandit happier too.

This commit is contained in:
jvoisin 2018-06-04 20:46:22 +02:00
parent d1392de6f5
commit e71eff4814

View File

@ -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