0
0
mirror of https://gitflic.ru/project/maks1ms/ocab.git synced 2024-12-23 16:23:01 +03:00

Добавлен 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 rev: 7.1.0 # sync:flake8:poetry.lock
hooks: hooks:
- id: flake8 - id: flake8
- repo: https://github.com/PyCQA/bandit
rev: 1.7.9 # sync:bandit:poetry.lock
hooks:
- id: bandit