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
|
2026-03-27 14:06:42 +00:00
|
|
|
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
|