mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-02 10:39:13 +00:00
pre-commit bandit args fix
This commit is contained in:
parent
af6caf8cf5
commit
14ad030c79
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: bandit
|
- id: bandit
|
||||||
files: ^surfsense_backend/
|
files: ^surfsense_backend/
|
||||||
args: ['-r', '.', '-f', 'json']
|
args: ['-f', 'json']
|
||||||
exclude: ^surfsense_backend/(tests/|alembic/)
|
exclude: ^surfsense_backend/(tests/|alembic/)
|
||||||
|
|
||||||
# Frontend/Extension Hooks (TypeScript/JavaScript)
|
# Frontend/Extension Hooks (TypeScript/JavaScript)
|
||||||
|
|
Loading…
Add table
Reference in a new issue