Skip to content

Commit dabccdb

Browse files
[pre-commit.ci] pre-commit autoupdate (#1395)
updates: - [github.com/jsh9/pydoclint: 0.5.6 → 0.5.7](jsh9/pydoclint@0.5.6...0.5.7) - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.6.4](astral-sh/ruff-pre-commit@v0.6.1...v0.6.4) 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 4f288d1 commit dabccdb

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.6
31+
rev: 0.5.7
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.6.1
38+
rev: v0.6.4
3939
hooks:
4040
- id: ruff
4141
args: [--fix]

0 commit comments

Comments
 (0)