Skip to content

Commit 997149f

Browse files
chore: pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.9...v0.11.4) - [github.com/jsh9/pydoclint: 0.6.2 → 0.6.5](jsh9/pydoclint@0.6.2...0.6.5) - [github.com/pycqa/pylint.git: v3.3.4 → v3.3.6](https://github.com/pycqa/pylint.git/compare/v3.3.4...v3.3.6)
1 parent a8ecbac commit 997149f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ repos:
5252
- id: tox-ini-fmt
5353

5454
- repo: https://github.com/astral-sh/ruff-pre-commit
55-
rev: v0.9.9
55+
rev: v0.11.4
5656
hooks:
5757
- id: ruff
5858
args:
@@ -74,15 +74,15 @@ repos:
7474
name: Spell check with cspell
7575

7676
- repo: https://github.com/jsh9/pydoclint
77-
rev: "0.6.2"
77+
rev: "0.6.5"
7878
hooks:
7979
- id: pydoclint
8080
# This allows automatic reduction of the baseline file when needed.
8181
entry: sh -ec "pydoclint . && pydoclint --generate-baseline=1 ."
8282
pass_filenames: false
8383

8484
- repo: https://github.com/pycqa/pylint.git
85-
rev: v3.3.4
85+
rev: v3.3.6
8686
hooks:
8787
- id: pylint
8888
args:

0 commit comments

Comments
 (0)