mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 09:46:25 +02:00
feat: add a starter implementation of JIRA connector module
This commit is contained in:
parent
505a005bac
commit
f488c106fa
2 changed files with 92 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue