mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-02 02:29:08 +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:
|
||||
- id: bandit
|
||||
files: ^surfsense_backend/
|
||||
args: ['-r', '.', '-f', 'json']
|
||||
args: ['-f', 'json']
|
||||
exclude: ^surfsense_backend/(tests/|alembic/)
|
||||
|
||||
# Frontend/Extension Hooks (TypeScript/JavaScript)
|
||||
|
|
Loading…
Add table
Reference in a new issue