codeflash/.pre-commit-config.yaml

8 lines
173 B
YAML
Raw Normal View History

2025-05-19 03:32:23 +00:00
repos:
2025-08-06 03:51:58 +00:00
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.8
2025-08-06 03:51:58 +00:00
hooks:
# Run the linter.
- id: ruff-check
# Run the formatter.
- id: ruff-format