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

[pre-commit] Exclude tests and eggs folder for bandit

parent 710cfc7f
No related branches found
No related tags found
1 merge request!327Refactor update creation api
...@@ -21,4 +21,4 @@ repos: ...@@ -21,4 +21,4 @@ repos:
rev: 'master' # Update me! rev: 'master' # Update me!
hooks: hooks:
- id: bandit - id: bandit
exclude: beat/editor/test exclude: (beat/web/.*/tests|eggs/)
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