blob: 159c2b6603d0a0c53357f75cf6a996e559f85b6e (
plain)
1
2
3
4
5
6
7
8
9
10
|
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.4
hooks:
# Run the linter.
- id: ruff
args: [ --fix ]
# Run the formatter.
- id: ruff-format
|