Files
suivi_produit/.pre-commit-config.yaml
2026-01-18 12:23:01 +01:00

12 lines
284 B
YAML

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"]