Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ci:
- renovate-config-validator # container limits
repos:
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.8.13
rev: 0.9.21
hooks:
- id: uv-sync
- id: uv-lock
Expand All @@ -19,27 +19,27 @@ repos:
- id: uv-lock
alias: lock
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 41.82.9
rev: 42.71.0
hooks:
- id: renovate-config-validator
alias: renovate
args: [--strict]
- repo: https://github.com/biomejs/pre-commit
rev: "v2.2.2"
rev: "v2.3.10"
hooks:
- id: biome-check
name: biome
alias: biome
args: [--unsafe]
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v9.2.0
rev: v9.4.0
hooks:
- id: cspell
name: cspell
# entry: codespell --relative
args: [--relative, --no-progress, --no-summary]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.45.0
rev: v0.47.0
hooks:
- id: markdownlint
- repo: https://github.com/pre-commit/pre-commit-hooks.git
Expand All @@ -59,20 +59,20 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/pappasam/toml-sort
rev: v0.24.2
rev: v0.24.3
hooks:
- id: toml-sort-fix
alias: toml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.10
rev: v0.14.10
hooks:
- id: ruff-format
alias: ruff
- id: ruff-check
args: ["--fix"]
alias: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.17.1
rev: v1.19.1
hooks:
- id: mypy
# "." and pass_files are used to make pre-commit mypy behave the same as standalone mypy
Expand All @@ -94,7 +94,7 @@ repos:

# keep at bottom as these are slower
- repo: https://github.com/ansible/ansible-lint
rev: v25.8.2
rev: v25.12.2
hooks:
- id: ansible-lint
args: [--fix]
Expand Down
Loading