1er
This commit is contained in:
11
.pre-commit-config.yaml
Normal file
11
.pre-commit-config.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
repos:
|
||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||
rev: "v0.1.240"
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: ["check", "backend", "frontend"]
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: "v1.9"
|
||||
hooks:
|
||||
- id: mypy
|
||||
args: ["backend"]
|
||||
Reference in New Issue
Block a user