Files
SmartSaveImage/.pre-commit-config.yaml
T
2025-11-15 07:42:57 +08:00

11 lines
225 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.9
hooks:
# Run the linter.
- id: ruff
args: [ --fix ]
# Run the formatter.
- id: ruff-format