Skip to content

Commit 825068d

Browse files
chore: pre-commit autoupdate (#410)
updates: - [github.com/streetsidesoftware/cspell-cli: v8.17.3 → v8.19.1](streetsidesoftware/cspell-cli@v8.17.3...v8.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.11.8](astral-sh/ruff-pre-commit@v0.11.4...v0.11.8) - [github.com/jsh9/pydoclint: 0.6.5 → 0.6.6](jsh9/pydoclint@0.6.5...0.6.6) - [github.com/pycqa/pylint.git: v3.3.6 → v3.3.7](https://github.com/pycqa/pylint.git/compare/v3.3.6...v3.3.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4ff7422 commit 825068d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- prettier
2525
2626
- repo: https://github.com/streetsidesoftware/cspell-cli
27-
rev: v8.17.3
27+
rev: v8.19.1
2828
hooks:
2929
- id: cspell
3030
name: Spell check with cspell
@@ -70,7 +70,7 @@ repos:
7070
- id: tox-ini-fmt
7171

7272
- repo: https://github.com/astral-sh/ruff-pre-commit
73-
rev: v0.11.4
73+
rev: v0.11.8
7474
hooks:
7575
- id: ruff
7676
entry: sh -c 'ruff check --fix --force-exclude && ruff format --force-exclude'
@@ -87,15 +87,15 @@ repos:
8787
# Override default pre-commit '--ignore-missing-imports'
8888
args: []
8989
- repo: https://github.com/jsh9/pydoclint
90-
rev: "0.6.5"
90+
rev: "0.6.6"
9191
hooks:
9292
- id: pydoclint
9393
# This allows automatic reduction of the baseline file when needed.
9494
entry: sh -ec "pydoclint . && pydoclint --generate-baseline=1 ."
9595
pass_filenames: false
9696

9797
- repo: https://github.com/pycqa/pylint.git
98-
rev: v3.3.6
98+
rev: v3.3.7
9999
hooks:
100100
- id: pylint
101101
args:

0 commit comments

Comments
 (0)