pre-commit bandit args fix

This commit is contained in:
Utkarsh-Patel-13 2025-07-24 14:56:59 -07:00
parent af6caf8cf5
commit 14ad030c79

View file

@ -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)