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

Add Bandit pre-commit check.

parent 9ad336c6
Branches
No related tags found
No related merge requests found
...@@ -39,7 +39,8 @@ repos: ...@@ -39,7 +39,8 @@ repos:
hooks: hooks:
- id: flake8 - id: flake8
args: args:
- '--max-line-length=79' - |-
--max-line-length=79
additional_dependencies: additional_dependencies:
- flake8-bugbear - flake8-bugbear
- repo: https://github.com/pre-commit/mirrors-pylint - repo: https://github.com/pre-commit/mirrors-pylint
...@@ -50,3 +51,7 @@ repos: ...@@ -50,3 +51,7 @@ repos:
rev: v1.16.0 rev: v1.16.0
hooks: hooks:
- id: yamllint - 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