mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-02 10:39:13 +00:00
fix: correct formatting for mypy hook in pre-commit configuration
This commit is contained in:
parent
cf9bc01664
commit
285d57e000
1 changed files with 4 additions and 4 deletions
|
@ -65,10 +65,10 @@ repos:
|
|||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v1.17.0
|
||||
hooks:
|
||||
- id: mypy
|
||||
files: ^surfsense_backend/
|
||||
additional_dependencies: []
|
||||
args: [--ignore-missing-imports, --disallow-untyped-defs]
|
||||
- id: mypy
|
||||
files: ^surfsense_backend/
|
||||
additional_dependencies: []
|
||||
args: [--ignore-missing-imports, --disallow-untyped-defs]
|
||||
|
||||
- repo: https://github.com/PyCQA/bandit
|
||||
rev: 1.8.6
|
||||
|
|
Loading…
Add table
Reference in a new issue