Skip to content

Commit 499f2ca

Browse files
chore: pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 24.4.2](psf/black-pre-commit-mirror@24.3.0...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.3](astral-sh/ruff-pre-commit@v0.3.5...v0.4.3) - [github.com/streetsidesoftware/cspell-cli: v8.6.1 → v8.8.0](streetsidesoftware/cspell-cli@v8.6.1...v8.8.0) - [github.com/pre-commit/mirrors-mypy.git: v1.9.0 → v1.10.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.9.0...v1.10.0)
1 parent a16081e commit 499f2ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343
- prettier-plugin-sort-json
4444

4545
- repo: https://github.com/psf/black-pre-commit-mirror
46-
rev: 24.3.0
46+
rev: 24.4.2
4747
hooks:
4848
- id: black
4949

@@ -58,14 +58,14 @@ repos:
5858
- id: tox-ini-fmt
5959

6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: "v0.3.5"
61+
rev: "v0.4.3"
6262
hooks:
6363
- id: ruff
6464
args:
6565
- "--exit-non-zero-on-fix"
6666

6767
- repo: https://github.com/streetsidesoftware/cspell-cli
68-
rev: v8.6.1
68+
rev: v8.8.0
6969
hooks:
7070
- id: cspell
7171
name: Spell check with cspell
@@ -91,7 +91,7 @@ repos:
9191
- tox
9292

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

0 commit comments

Comments
 (0)