Добавлен bandit в pre-commit-hook

This commit is contained in:
Maxim Slipenko 2024-07-08 00:49:04 +03:00
parent e80a01157f
commit ef0dda07f7

View File

@ -24,3 +24,7 @@ repos:
rev: 7.1.0 # sync:flake8:poetry.lock
hooks:
- id: flake8
- repo: https://github.com/PyCQA/bandit
rev: 1.7.9 # sync:bandit:poetry.lock
hooks:
- id: bandit