teufa/.pre-commit-config.yaml

8 lines
167 B
YAML
Raw Normal View History

2024-05-17 22:01:37 -06:00
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
hooks:
- id: ruff
2024-05-17 22:07:20 -06:00
args: [ --fix, --select, I ]
2024-05-17 22:01:37 -06:00
- id: ruff-format