feat: add a starter implementation of JIRA connector module

This commit is contained in:
CREDO23 2025-07-23 00:33:04 +02:00
parent 505a005bac
commit f488c106fa
2 changed files with 92 additions and 2 deletions

View file

@ -67,7 +67,7 @@ repos:
hooks:
- id: mypy
files: ^surfsense_backend/
additional_dependencies: []
additional_dependencies: ['types-requests']
args: [--ignore-missing-imports, --disallow-untyped-defs]
- repo: https://github.com/PyCQA/bandit
@ -75,7 +75,7 @@ repos:
hooks:
- id: bandit
files: ^surfsense_backend/
args: ['-r', '.', '-f', 'json']
args: ['-r', '-f', 'json']
exclude: ^surfsense_backend/(tests/|alembic/)
# Frontend/Extension Hooks (TypeScript/JavaScript)