Skip to content

Commit 0e5fd42

Browse files
chore: pre-commit autoupdate
updates: - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.9...v0.7.2) - [github.com/streetsidesoftware/cspell-cli: v8.13.3 → v8.15.2](streetsidesoftware/cspell-cli@v8.13.3...v8.15.2) - [github.com/pre-commit/mirrors-mypy.git: v1.11.2 → v1.13.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.11.2...v1.13.0)
1 parent e01ab30 commit 0e5fd42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repos:
4444
- prettier-plugin-sort-json
4545

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

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

6161
- repo: https://github.com/astral-sh/ruff-pre-commit
62-
rev: v0.6.9
62+
rev: v0.7.2
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.13.3
69+
rev: v8.15.2
7070
hooks:
7171
- id: cspell
7272
name: Spell check with cspell
@@ -94,7 +94,7 @@ repos:
9494
- setuptools
9595

9696
- repo: https://github.com/pre-commit/mirrors-mypy.git
97-
rev: v1.11.2
97+
rev: v1.13.0
9898
hooks:
9999
- id: mypy
100100
additional_dependencies:

0 commit comments

Comments
 (0)