Skip to content

Commit c173c60

Browse files
chore: pre-commit autoupdate (#275)
updates: - [github.com/pycontribs/mirrors-prettier: v3.3.2 → v3.3.3](pycontribs/mirrors-prettier@v3.3.2...v3.3.3) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.0...v0.5.6) - [github.com/streetsidesoftware/cspell-cli: v8.9.0 → v8.13.1](streetsidesoftware/cspell-cli@v8.9.0...v8.13.1) - [github.com/jsh9/pydoclint: 0.5.3 → 0.5.6](jsh9/pydoclint@0.5.3...0.5.6) - [github.com/pycqa/pylint.git: v3.2.4 → v3.2.6](https://github.com/pycqa/pylint.git/compare/v3.2.4...v3.2.6) - [github.com/pre-commit/mirrors-mypy.git: v1.10.1 → v1.11.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.10.1...v1.11.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2b85afd commit c173c60

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
)$
3535
3636
- repo: https://github.com/pycontribs/mirrors-prettier
37-
rev: v3.3.2
37+
rev: v3.3.3
3838
hooks:
3939
- id: prettier
4040
always_run: true
@@ -44,7 +44,7 @@ repos:
4444
- prettier-plugin-sort-json
4545

4646
- repo: https://github.com/psf/black
47-
rev: 24.4.2
47+
rev: 24.8.0
4848
hooks:
4949
- id: black
5050

@@ -59,28 +59,28 @@ repos:
5959
- id: tox-ini-fmt
6060

6161
- repo: https://github.com/astral-sh/ruff-pre-commit
62-
rev: v0.5.0
62+
rev: v0.5.6
6363
hooks:
6464
- id: ruff
6565
args:
6666
- --exit-non-zero-on-fix
6767

6868
- repo: https://github.com/streetsidesoftware/cspell-cli
69-
rev: v8.9.0
69+
rev: v8.13.1
7070
hooks:
7171
- id: cspell
7272
name: Spell check with cspell
7373

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

8282
- repo: https://github.com/pycqa/pylint.git
83-
rev: v3.2.4
83+
rev: v3.2.6
8484
hooks:
8585
- id: pylint
8686
args:
@@ -91,7 +91,7 @@ repos:
9191
- pyyaml
9292

9393
- repo: https://github.com/pre-commit/mirrors-mypy.git
94-
rev: v1.10.1
94+
rev: v1.11.1
9595
hooks:
9696
- id: mypy
9797
additional_dependencies:

0 commit comments

Comments
 (0)