Skip to content

Commit 15c0274

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/keewis/blackdoc: v0.4.1 → v0.4.5](keewis/blackdoc@v0.4.1...v0.4.5) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.14.3](astral-sh/ruff-pre-commit@v0.12.7...v0.14.3) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.11.0](tox-dev/pyproject-fmt@v2.6.0...v2.11.0) - [github.com/woodruffw/zizmor-pre-commit: v1.11.0 → v1.16.2](zizmorcore/zizmor-pre-commit@v1.11.0...v1.16.2)
1 parent 97ec480 commit 15c0274

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: check-ast
@@ -11,7 +11,7 @@ repos:
1111
exclude_types: [yaml]
1212

1313
- repo: https://github.com/keewis/blackdoc
14-
rev: v0.4.1
14+
rev: v0.4.5
1515
hooks:
1616
- id: blackdoc
1717

@@ -27,19 +27,19 @@ repos:
2727
- --ignore-words-list=astroid,fo
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.12.7
30+
rev: v0.14.3
3131
hooks:
3232
- id: ruff
3333
args: ["--fix", "--show-fixes"]
3434
- id: ruff-format
3535

3636
- repo: https://github.com/tox-dev/pyproject-fmt
37-
rev: v2.6.0
37+
rev: v2.11.0
3838
hooks:
3939
- id: pyproject-fmt
4040

4141
- repo: https://github.com/woodruffw/zizmor-pre-commit
42-
rev: v1.11.0
42+
rev: v1.16.2
4343
hooks:
4444
- id: zizmor
4545

0 commit comments

Comments
 (0)