Skip to content

Commit 1bdc5c9

Browse files
[pre-commit.ci] pre-commit autoupdate (#1386)
updates: - [github.com/jsh9/pydoclint: 0.5.3 → 0.5.6](jsh9/pydoclint@0.5.3...0.5.6) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.5](astral-sh/ruff-pre-commit@v0.5.0...v0.5.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Eric Ma <[email protected]>
1 parent 633c891 commit 1bdc5c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ repos:
2828

2929
# The interim replacement for darglint is pydoclint.
3030
- repo: https://github.com/jsh9/pydoclint
31-
rev: 0.5.3
31+
rev: 0.5.6
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.5.0
38+
rev: v0.5.5
3939
hooks:
4040
- id: ruff
4141
args: [--fix]

0 commit comments

Comments
 (0)