1
0
mirror of synced 2024-11-22 09:14:23 +01: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: script:
- apt-get -qqy update - apt-get -qqy update
- apt-get -qqy install --no-install-recommends python3-bandit - 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: pyflakes:
stage: linting stage: linting