nephthys/.pre-commit-config.yaml
2025-05-30 22:49:06 +01:00

12 lines
No EOL
278 B
YAML

repos:
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.14.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.6
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format