Skip to content

Commit df537e4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.8.3 → v4.9.1](commitizen-tools/commitizen@v4.8.3...v4.9.1) - [github.com/python/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.14.1](astral-sh/ruff-pre-commit@v0.12.11...v0.14.1) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
1 parent a7a4e47 commit df537e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.8.3
9+
rev: v4.9.1
1010
- hooks:
1111
- id: check-useless-excludes
1212
repo: meta
@@ -18,7 +18,7 @@ repos:
1818
- hooks:
1919
- id: black
2020
repo: https://github.com/python/black
21-
rev: 25.1.0
21+
rev: 25.9.0
2222
- hooks:
2323
- id: check-added-large-files
2424
args: [--maxkb=10000]
@@ -51,7 +51,7 @@ repos:
5151
rev: v6.0.0
5252
- repo: https://github.com/astral-sh/ruff-pre-commit
5353
# Ruff version.
54-
rev: v0.12.11
54+
rev: v0.14.1
5555
hooks:
5656
# Run the linter.
5757
- id: ruff
@@ -76,7 +76,7 @@ repos:
7676
- hooks:
7777
- id: blacken-docs
7878
repo: https://github.com/asottile/blacken-docs
79-
rev: 1.19.1
79+
rev: 1.20.0
8080

8181
# - repo: https://github.com/asottile/pyupgrade
8282
# rev: v2.38.0

0 commit comments

Comments
 (0)