Skip to content

Commit 2c0040b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/jsh9/pydoclint: 0.6.0 → 0.6.2](jsh9/pydoclint@0.6.0...0.6.2) - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.3...v0.9.6)
1 parent 85b7af3 commit 2c0040b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- repo: https://github.com/psf/black
12-
rev: 24.10.0
12+
rev: 25.1.0
1313
hooks:
1414
- id: black
1515
args: [--config, pyproject.toml]
@@ -28,14 +28,14 @@ repos:
2828

2929
# The interim replacement for darglint is pydoclint.
3030
- repo: https://github.com/jsh9/pydoclint
31-
rev: 0.6.0
31+
rev: 0.6.2
3232
hooks:
3333
- id: pydoclint
3434
args:
3535
- "--config=pyproject.toml"
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
3737
# Ruff version.
38-
rev: v0.9.3
38+
rev: v0.9.6
3939
hooks:
4040
- id: ruff
4141
args: [--fix]

0 commit comments

Comments
 (0)