16 lines
358 B
YAML
16 lines
358 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
# Ruff version.
|
|
rev: v0.6.9
|
|
hooks:
|
|
# Run the linter.
|
|
- id: ruff
|
|
args: ["--fix", "--show-fixes"]
|
|
# Run the formatter.
|
|
- id: ruff-format
|
|
- repo: https://github.com/astral-sh/uv-pre-commit
|
|
# uv version.
|
|
rev: 0.6.0
|
|
hooks:
|
|
- id: uv-lock
|