Skip to content
Snippets Groups Projects
Commit 68147575 authored by nimrod's avatar nimrod
Browse files

Add Bandit pre-commit check.

parent 9ad336c6
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,8 @@ repos:
hooks:
- id: flake8
args:
- '--max-line-length=79'
- |-
--max-line-length=79
additional_dependencies:
- flake8-bugbear
- repo: https://github.com/pre-commit/mirrors-pylint
......@@ -50,3 +51,7 @@ repos:
rev: v1.16.0
hooks:
- id: yamllint
- repo: https://github.com/PyCQA/bandit
rev: 1.6.1
hooks:
- id: bandit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment