Skip to content

Commit dfae45f

Browse files
[pre-commit.ci] pre-commit autoupdate (#1411)
updates: - [github.com/jsh9/pydoclint: 0.5.8 → 0.5.9](jsh9/pydoclint@0.5.8...0.5.9) - [github.com/astral-sh/ruff-pre-commit: v0.6.7 → v0.6.8](astral-sh/ruff-pre-commit@v0.6.7...v0.6.8) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 26e3628 commit dfae45f

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.8
31+
rev: 0.5.9
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.7
38+
rev: v0.6.8
3939
hooks:
4040
- id: ruff
4141
args: [--fix]

0 commit comments

Comments
 (0)