tox: add bandit security linter
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Anna “CyberTailor” 2024-04-26 12:35:36 +05:00
parent 51007e1036
commit 1bbd710e72
Signed by: CyberTaIlor
GPG Key ID: E7B76EDC50864BB1
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ commands =
description = run the linters
skip_install = true
deps =
bandit
pycodestyle
pyflakes
reuse
@ -27,6 +28,7 @@ commands =
reuse lint
pyflakes {posargs:repology_client tests}
pycodestyle {posargs:repology_client tests}
bandit -r {posargs:repology_client}
[pycodestyle]
max-line-length = 100