Skip to content

Commit dfc6a33

Browse files
pre-commit-ci[bot]Qalthos
authored andcommitted
chore: pre-commit autoupdate
updates: - [github.com/tox-dev/tox-ini-fmt: 1.4.1 → 1.5.0](tox-dev/tox-ini-fmt@1.4.1...1.5.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/streetsidesoftware/cspell-cli: v8.17.0 → v8.17.2](streetsidesoftware/cspell-cli@v8.17.0...v8.17.2) - [github.com/jsh9/pydoclint: 0.5.14 → 0.6.0](jsh9/pydoclint@0.5.14...0.6.0) - [github.com/pycqa/pylint.git: v3.3.3 → v3.3.4](https://github.com/pycqa/pylint.git/compare/v3.3.3...v3.3.4)
1 parent 6b98236 commit dfc6a33

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ repos:
4747
- id: toml-sort-fix
4848

4949
- repo: https://github.com/tox-dev/tox-ini-fmt
50-
rev: 1.4.1
50+
rev: 1.5.0
5151
hooks:
5252
- id: tox-ini-fmt
5353

5454
- repo: https://github.com/astral-sh/ruff-pre-commit
55-
rev: v0.8.6
55+
rev: v0.9.4
5656
hooks:
5757
- id: ruff
5858
args:
@@ -63,26 +63,26 @@ repos:
6363
types_or: [python, pyi]
6464

6565
- repo: https://github.com/psf/black # must be after ruff
66-
rev: 24.10.0
66+
rev: 25.1.0
6767
hooks:
6868
- id: black
6969

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

7676
- repo: https://github.com/jsh9/pydoclint
77-
rev: "0.5.14"
77+
rev: "0.6.0"
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.3
85+
rev: v3.3.4
8686
hooks:
8787
- id: pylint
8888
args:

0 commit comments

Comments
 (0)