Skip to content

Commit 3e4350d

Browse files
[pre-commit.ci] pre-commit autoupdate (#1429)
updates: - [github.com/jsh9/pydoclint: 0.5.12 → 0.5.13](jsh9/pydoclint@0.5.12...0.5.13) - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.3...v0.8.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1d274b5 commit 3e4350d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.12
31+
rev: 0.5.13
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.8.3
38+
rev: v0.8.4
3939
hooks:
4040
- id: ruff
4141
args: [--fix]

0 commit comments

Comments
 (0)