fix .pre-commit-config.yaml

This commit is contained in:
2026-01-29 13:09:03 +01:00
parent 23a2ded7e9
commit c6c3620cea

View File

@@ -1,9 +1,9 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.14.13
hooks:
# Run the linter.
- id: ruff-check
# Run the formatter.
- id: ruff-format
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.14.13
hooks:
# Run the linter.
- id: ruff-check
# Run the formatter.
- id: ruff-format