Qwen-Image-Layered-MRP-MLX/.pre-commit-config.yaml
2024-10-09 14:20:49 -07:00

17 lines
377 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.9
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.26.0
hooks:
- id: typos