Skip to content

Commit 7d9129f

Browse files
chore: pre-commit autoupdate (#170)
updates: - [github.com/streetsidesoftware/cspell-cli: v8.13.3 → v8.15.2](streetsidesoftware/cspell-cli@v8.13.3...v8.15.2) - [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.29.4](python-jsonschema/check-jsonschema@0.29.3...0.29.4) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ae5cee0 commit 7d9129f

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
@@ -26,14 +26,14 @@ repos:
2626
- prettier-plugin-toml
2727
- prettier-plugin-sort-json
2828
- repo: https://github.com/streetsidesoftware/cspell-cli
29-
rev: v8.13.3
29+
rev: v8.15.2
3030
hooks:
3131
- id: cspell
3232
# entry: codespell --relative
3333
args: [--relative, --no-progress, --no-summary]
3434
name: Spell check with cspell
3535
- repo: https://github.com/python-jsonschema/check-jsonschema
36-
rev: 0.29.3
36+
rev: 0.29.4
3737
hooks:
3838
- id: check-github-workflows
3939
- repo: https://github.com/pre-commit/pre-commit-hooks.git
@@ -72,18 +72,18 @@ repos:
7272
# https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082
7373
- --filter-files
7474
- repo: https://github.com/psf/black
75-
rev: 24.8.0
75+
rev: 24.10.0
7676
hooks:
7777
- id: black
7878
language_version: python3
7979
- repo: https://github.com/asottile/pyupgrade
8080
# keep it after flake8
81-
rev: v3.17.0
81+
rev: v3.19.0
8282
hooks:
8383
- id: pyupgrade
8484
args: ["--py39-plus"]
8585
- repo: https://github.com/pre-commit/mirrors-mypy
86-
rev: v1.11.2
86+
rev: v1.13.0
8787
hooks:
8888
- id: mypy
8989
# empty args needed in order to match mypy cli behavior

0 commit comments

Comments
 (0)