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
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
hooks:
- id: check-useless-excludes
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.8.4
rev: v4.16.4
hooks:
- id: commitizen
additional_dependencies:
Expand All @@ -21,7 +21,7 @@ repos:
stages:
- pre-push
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.8.15
rev: 0.11.26
hooks:
- id: uv-sync
- id: uv-lock
Expand All @@ -32,32 +32,32 @@ repos:
- id: uv-lock
alias: lock
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 41.97.7
rev: 43.252.5
hooks:
- id: renovate-config-validator
alias: renovate
args: [--strict]
- repo: https://github.com/biomejs/pre-commit
rev: "v2.2.3"
rev: "v2.5.2"
hooks:
- id: biome-check
name: biome
alias: biome
args: [--unsafe]
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
rev: v2.4.2
hooks:
- id: codespell
additional_dependencies: ["tomli>=2.2.1; python_version<'3.11'"]
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v9.2.0
rev: v10.0.1
hooks:
- id: cspell
name: cspell
# entry: codespell --relative
args: [--relative, --no-progress, --no-summary]
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.33.3
rev: 0.37.4
hooks:
- id: check-github-workflows
- repo: https://github.com/pre-commit/pre-commit-hooks.git
Expand All @@ -77,20 +77,20 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/pappasam/toml-sort
rev: v0.24.2
rev: v0.24.4
hooks:
- id: toml-sort-fix
alias: toml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.12
rev: v0.15.20
hooks:
- id: ruff-format
alias: ruff
- id: ruff-check
args: ["--fix"]
alias: ruff
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.37.1
rev: v1.38.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
Expand Down