mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
8 lines
No EOL
173 B
YAML
8 lines
No EOL
173 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.12.7
|
|
hooks:
|
|
# Run the linter.
|
|
- id: ruff-check
|
|
# Run the formatter.
|
|
- id: ruff-format |