Spaces:
Running
Running
File size: 323 Bytes
6a73d2a aad8b40 6a73d2a aad8b40 df27812 4431e79 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.9.5
hooks:
- id: ruff
args: ["--fix"]
types: [python]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.15.0
hooks:
- id: mypy
args: ["--ignore-missing-imports"]
types: [python] |