Skip to content

Commit 6ae7667

Browse files
chore: pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.10...v0.5.0) - [github.com/jsh9/pydoclint: 0.5.1 → 0.5.3](jsh9/pydoclint@0.5.1...0.5.3)
1 parent 2fafa7b commit 6ae7667

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
@@ -59,7 +59,7 @@ repos:
5959
- id: tox-ini-fmt
6060

6161
- repo: https://github.com/astral-sh/ruff-pre-commit
62-
rev: v0.4.10
62+
rev: v0.5.0
6363
hooks:
6464
- id: ruff
6565
args:
@@ -72,7 +72,7 @@ repos:
7272
name: Spell check with cspell
7373

7474
- repo: https://github.com/jsh9/pydoclint
75-
rev: "0.5.1"
75+
rev: "0.5.3"
7676
hooks:
7777
- id: pydoclint
7878
# This allows automatic reduction of the baseline file when needed.

0 commit comments

Comments
 (0)