Skip to content

Commit efe4a5e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.2.1 → v4.9.1](commitizen-tools/commitizen@v4.2.1...v4.9.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.14.0](astral-sh/ruff-pre-commit@v0.9.6...v0.14.0) - [github.com/scop/pre-commit-shfmt: v3.10.0-2 → v3.12.0-2](scop/pre-commit-shfmt@v3.10.0-2...v3.12.0-2) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
1 parent f36fa56 commit efe4a5e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
stages:
77
- commit-msg
88
repo: https://github.com/commitizen-tools/commitizen
9-
rev: v4.2.1
9+
rev: v4.9.1
1010
- hooks:
1111
- id: check-useless-excludes
1212
repo: meta
@@ -52,10 +52,10 @@ repos:
5252
- id: check-byte-order-marker
5353
- id: check-docstring-first
5454
repo: https://github.com/pre-commit/pre-commit-hooks
55-
rev: v5.0.0
55+
rev: v6.0.0
5656
- repo: https://github.com/astral-sh/ruff-pre-commit
5757
# Ruff version.
58-
rev: v0.9.6
58+
rev: v0.14.0
5959
hooks:
6060
# Run the linter.
6161
- id: ruff
@@ -65,7 +65,7 @@ repos:
6565
- id: ruff-format
6666

6767
- repo: https://github.com/scop/pre-commit-shfmt
68-
rev: v3.10.0-2
68+
rev: v3.12.0-2
6969
hooks:
7070
# Choose one of:
7171
- id: shfmt # native (requires/installs Go to build)
@@ -80,7 +80,7 @@ repos:
8080
- hooks:
8181
- id: blacken-docs
8282
repo: https://github.com/asottile/blacken-docs
83-
rev: 1.19.1
83+
rev: 1.20.0
8484

8585
# - repo: https://github.com/asottile/pyupgrade
8686
# rev: v2.38.0

0 commit comments

Comments
 (0)