mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2025-04-16 21:03:42 +00:00
Add bandit
This commit is contained in:
parent
ef29ac8963
commit
aabe00fd11
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
exclude: advlabdb/templates/admin/
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.3.0
|
||||
|
@ -27,3 +28,8 @@ repos:
|
|||
rev: 5.10.1
|
||||
hooks:
|
||||
- id: isort
|
||||
|
||||
- repo: https://github.com/PyCQA/bandit
|
||||
rev: 1.7.4
|
||||
hooks:
|
||||
- id: bandit
|
||||
|
|
Loading…
Add table
Reference in a new issue