cleanmedia/.pre-commit-config.yaml
2025-03-28 10:27:07 +01:00

19 lines
394 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.2
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- id: ruff
name: ruff-isort
args: [--select, I, --fix]
- repo: local
hooks:
- id: mypy
name: mypy
entry: uv run mypy
language: system
types: [python]
args: [--strict]