continuwuitybot/.pre-commit-config.yaml
2026-09-05 18:52:55 +01:00

9 lines
No EOL
213 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.16.6
hooks:
- id: ruff-check
types_or: [ python, pyproject ]
args: [ --fix ]
- id: ruff-format
types_or: [ python ]