Skip to content

Commit bf5452e

Browse files
chore: pre-commit autoupdate (#285)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.3...v0.8.6) - [github.com/streetsidesoftware/cspell-cli: v8.16.1 → v8.17.0](streetsidesoftware/cspell-cli@v8.16.1...v8.17.0) - [github.com/jsh9/pydoclint: 0.5.12 → 0.5.14](jsh9/pydoclint@0.5.12...0.5.14) - [github.com/pycqa/pylint.git: v3.3.2 → v3.3.3](https://github.com/pycqa/pylint.git/compare/v3.3.2...v3.3.3) - [github.com/pre-commit/mirrors-mypy.git: v1.13.0 → v1.14.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.13.0...v1.14.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9730a73 commit bf5452e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.8.3
55+
rev: v0.8.6
5656
hooks:
5757
- id: ruff
5858
args:
@@ -68,21 +68,21 @@ repos:
6868
- id: black
6969

7070
- repo: https://github.com/streetsidesoftware/cspell-cli
71-
rev: v8.16.1
71+
rev: v8.17.0
7272
hooks:
7373
- id: cspell
7474
name: Spell check with cspell
7575

7676
- repo: https://github.com/jsh9/pydoclint
77-
rev: "0.5.12"
77+
rev: "0.5.14"
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.2
85+
rev: v3.3.3
8686
hooks:
8787
- id: pylint
8888
args:
@@ -95,7 +95,7 @@ repos:
9595
- tox
9696

9797
- repo: https://github.com/pre-commit/mirrors-mypy.git
98-
rev: v1.13.0
98+
rev: v1.14.1
9999
hooks:
100100
- id: mypy
101101
additional_dependencies:

0 commit comments

Comments
 (0)