Skip to content

Commit d03b1da

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.2](astral-sh/ruff-pre-commit@v0.8.6...v0.9.2) - [github.com/jsh9/pydoclint: 0.5.14 → 0.6.0](jsh9/pydoclint@0.5.14...0.6.0)
1 parent 7e50ac7 commit d03b1da

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
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.8.6'
4+
rev: 'v0.9.2'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
@@ -60,7 +60,7 @@ repos:
6060
test.*
6161
)$
6262
- repo: https://github.com/jsh9/pydoclint
63-
rev: 0.5.14
63+
rev: 0.6.0
6464
hooks:
6565
- id: pydoclint
6666
args:

0 commit comments

Comments
 (0)