Skip to content

Commit 60acc2d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.9 → v0.4.10](astral-sh/ruff-pre-commit@v0.4.9...v0.4.10) - [github.com/jsh9/pydoclint: 0.4.2 → 0.5.1](jsh9/pydoclint@0.4.2...0.5.1)
1 parent ce31778 commit 60acc2d

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.4.9'
4+
rev: 'v0.4.10'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
@@ -56,7 +56,7 @@ repos:
5656
args: [--no-strict-optional, --ignore-missing-imports]
5757
additional_dependencies: ["pydantic>2.0", "toml", "types-all"]
5858
- repo: https://github.com/jsh9/pydoclint
59-
rev: 0.4.2
59+
rev: 0.5.1
6060
hooks:
6161
- id: pydoclint
6262
args:

0 commit comments

Comments
 (0)