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
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: v4.2.1
rev: v4.11.1
- hooks:
- id: check-useless-excludes
repo: meta
Expand Down Expand Up @@ -52,10 +52,10 @@ repos:
- id: check-byte-order-marker
- id: check-docstring-first
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.9.6
rev: v0.14.10
hooks:
# Run the linter.
- id: ruff
Expand All @@ -65,7 +65,7 @@ repos:
- id: ruff-format

- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.10.0-2
rev: v3.12.0-2
hooks:
# Choose one of:
- id: shfmt # native (requires/installs Go to build)
Expand All @@ -80,7 +80,7 @@ repos:
- hooks:
- id: blacken-docs
repo: https://github.com/asottile/blacken-docs
rev: 1.19.1
rev: 1.20.0

# - repo: https://github.com/asottile/pyupgrade
# rev: v2.38.0
Expand Down
Loading