Skip to content

Commit 4c445b7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/keewis/blackdoc: v0.4.3 → v0.4.5](keewis/blackdoc@v0.4.3...v0.4.5) - [github.com/asottile/add-trailing-comma: v3.2.0 → v4.0.0](asottile/add-trailing-comma@v3.2.0...v4.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.3...v0.14.3) - [github.com/tox-dev/pyproject-fmt: v2.7.0 → v2.11.0](tox-dev/pyproject-fmt@v2.7.0...v2.11.0)
1 parent 48431b5 commit 4c445b7

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
@@ -22,7 +22,7 @@ repos:
2222
language_version: python3
2323

2424
- repo: https://github.com/keewis/blackdoc
25-
rev: v0.4.3
25+
rev: v0.4.5
2626
hooks:
2727
- id: blackdoc
2828

@@ -46,17 +46,17 @@ repos:
4646
args: [--config=pyproject.toml]
4747

4848
- repo: https://github.com/asottile/add-trailing-comma
49-
rev: v3.2.0
49+
rev: v4.0.0
5050
hooks:
5151
- id: add-trailing-comma
5252

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.13.3
54+
rev: v0.14.3
5555
hooks:
5656
- id: ruff
5757

5858
- repo: https://github.com/tox-dev/pyproject-fmt
59-
rev: v2.7.0
59+
rev: v2.11.0
6060
hooks:
6161
- id: pyproject-fmt
6262

0 commit comments

Comments
 (0)