Skip to content

Commit a2a3fe6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.1.14](astral-sh/ruff-pre-commit@v0.1.11...v0.1.14) - [github.com/jsh9/pydoclint: 0.3.8 → 0.3.9](jsh9/pydoclint@0.3.8...0.3.9)
1 parent 1deef89 commit a2a3fe6

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.1.11'
4+
rev: 'v0.1.14'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
@@ -45,7 +45,7 @@ repos:
4545
args: [--no-strict-optional, --ignore-missing-imports]
4646
additional_dependencies: ["pydantic>2.0", "toml", "types-all"]
4747
- repo: https://github.com/jsh9/pydoclint
48-
rev: 0.3.8
48+
rev: 0.3.9
4949
hooks:
5050
- id: pydoclint
5151
args:

0 commit comments

Comments
 (0)