1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Add bandit

This commit is contained in:
Mo 2022-07-03 17:44:51 +02:00
parent ef29ac8963
commit aabe00fd11

View file

@ -1,3 +1,4 @@
exclude: advlabdb/templates/admin/
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0 rev: v4.3.0
@ -27,3 +28,8 @@ repos:
rev: 5.10.1 rev: 5.10.1
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
hooks:
- id: bandit