Skip to content
Snippets Groups Projects
Commit 86f59454 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[pre-commit] Added bandit

bandit checks for common code security issues
parent 43d94e24
No related branches found
No related tags found
No related merge requests found
......@@ -14,4 +14,10 @@ repos:
- id: check-yaml
exclude: meta.yaml
- id: check-added-large-files
- id: check-docstring-first
- id: flake8
- repo: https://github.com/PyCQA/bandit
rev: 'master' # Update me!
hooks:
- id: bandit
exclude: beat/editor/test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment