11 lines
No EOL
254 B
YAML
11 lines
No EOL
254 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/uv-pre-commit
|
|
rev: 0.7.13
|
|
hooks:
|
|
- id: uv-lock
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.12.0
|
|
hooks:
|
|
- id: ruff
|
|
args: [ --fix ]
|
|
- id: ruff-format |