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
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
- id: check-max-one-sentence-per-line
- id: sync-tool-versions
- repo: https://github.com/pre-commit/pre-commit
rev: v4.6.1
rev: v4.6.2
hooks:
- id: validate_manifest
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
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.16.1
rev: v0.16.4
hooks:
- id: ruff-format
- id: ruff-check
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.12.2
rev: 0.12.5
hooks:
- id: uv-lock
- id: uv-audit
Expand All @@ -107,7 +107,7 @@ repos:
- id: python-use-type-annotations
- id: text-unicode-replacement-char
- repo: https://github.com/PyCQA/autoflake
rev: v2.3.3
rev: v2.4.0
hooks:
- id: autoflake
- repo: https://github.com/MarcoGorelli/auto-walrus
Expand Down Expand Up @@ -135,7 +135,7 @@ repos:
args:
- --strict
- repo: https://github.com/astral-sh/ty-pre-commit
rev: v0.0.68
rev: v0.0.74
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.4
rev: 0.38.0
hooks:
- id: check-github-workflows
- id: check-renovate
Expand All @@ -160,28 +160,28 @@ repos:
exclude_types:
- svg
- repo: https://github.com/rvben/rumdl-pre-commit
rev: v0.2.52
rev: v0.2.60
hooks:
- id: rumdl-fmt
language: python # ensures that Renovate can update additional_dependencies
additional_dependencies:
- shuck-cli==0.1.1
- shuck-cli==0.1.3
- id: rumdl
- repo: https://github.com/jendrikseipp/vulture
rev: v2.16
hooks:
- id: vulture
pass_filenames: true
- repo: https://github.com/google/keep-sorted
rev: v0.9.1
rev: v0.10.0
hooks:
- id: keep-sorted
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.13.1-1
hooks:
- id: shfmt
- repo: https://github.com/ewhauser/shuck
rev: v0.1.1
rev: v0.1.3
hooks:
- id: shuck
args:
Expand Down
Loading