Skip to content
Merged
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
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: check-hooks-apply
- id: check-useless-excludes
- repo: https://github.com/hofbi/dev-tools
rev: 1.12.0
rev: 1.12.1
hooks:
- id: check-sys-path-append
- id: check-sys-path-insert
Expand Down Expand Up @@ -87,12 +87,12 @@ repos:
- id: search-and-replace
language_version: default # https://github.com/mattlqx/pre-commit-search-and-replace/issues/28
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.15
rev: v0.15.19
hooks:
- id: ruff-format
- id: ruff-check
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.11.21
rev: 0.11.24
hooks:
- id: uv-lock
- id: uv-audit
Expand Down Expand Up @@ -135,7 +135,7 @@ repos:
args:
- --strict
- repo: https://github.com/astral-sh/ty-pre-commit
rev: v0.0.49
rev: v0.0.52
hooks:
- id: ty
- repo: https://github.com/asottile/pyupgrade
Expand All @@ -145,7 +145,7 @@ repos:
args:
- --py310-plus
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.37.2
rev: 0.37.3
hooks:
- id: check-github-workflows
- id: check-renovate
Expand All @@ -154,13 +154,13 @@ repos:
hooks:
- id: actionlint
- repo: https://github.com/crate-ci/typos
rev: v1.47.0
rev: v1.47.2
hooks:
- id: typos
exclude_types:
- svg
- repo: https://github.com/rvben/rumdl-pre-commit
rev: v0.2.4
rev: v0.2.22
hooks:
- id: rumdl-fmt
language: python # ensures that Renovate can update additional_dependencies
Expand Down