Skip to content

Commit 90027c6

Browse files
chore: pre-commit autoupdate (#572)
updates: - [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/streetsidesoftware/cspell-cli: v8.17.3 → v8.19.1](streetsidesoftware/cspell-cli@v8.17.3...v8.19.1) - [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 c3b0dca commit 90027c6

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
@@ -68,7 +68,7 @@ repos:
6868
- id: tox-ini-fmt
6969

7070
- repo: https://github.com/astral-sh/ruff-pre-commit
71-
rev: v0.11.4
71+
rev: v0.11.8
7272
hooks:
7373
- id: ruff
7474
args:
@@ -79,21 +79,21 @@ repos:
7979
types_or: [python, pyi]
8080

8181
- repo: https://github.com/streetsidesoftware/cspell-cli
82-
rev: v8.17.3
82+
rev: v8.19.1
8383
hooks:
8484
- id: cspell
8585
name: Spell check with cspell
8686

8787
- repo: https://github.com/jsh9/pydoclint
88-
rev: "0.6.5"
88+
rev: "0.6.6"
8989
hooks:
9090
- id: pydoclint
9191
# This allows automatic reduction of the baseline file when needed.
9292
entry: sh -ec "pydoclint -q . && pydoclint --generate-baseline=1 ."
9393
pass_filenames: false
9494

9595
- repo: https://github.com/pycqa/pylint.git
96-
rev: v3.3.6
96+
rev: v3.3.7
9797
hooks:
9898
- id: pylint
9999
args:

0 commit comments

Comments
 (0)