Qwen-Image-Layered-MRP-MLX/.pre-commit-config.yaml
2025-03-31 00:55:33 +02:00

17 lines
378 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.11.2
hooks:
# Run the linter.
- id: ruff
types_or: [python, pyi]
args: [--fix]
# Run the formatter.
- id: ruff-format
types_or: [python, pyi]
- repo: https://github.com/crate-ci/typos
rev: v1.31.0
hooks:
- id: typos