We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16081e commit 499f2caCopy full SHA for 499f2ca
.pre-commit-config.yaml
@@ -43,7 +43,7 @@ repos:
43
- prettier-plugin-sort-json
44
45
- repo: https://github.com/psf/black-pre-commit-mirror
46
- rev: 24.3.0
+ rev: 24.4.2
47
hooks:
48
- id: black
49
@@ -58,14 +58,14 @@ repos:
58
- id: tox-ini-fmt
59
60
- repo: https://github.com/astral-sh/ruff-pre-commit
61
- rev: "v0.3.5"
+ rev: "v0.4.3"
62
63
- id: ruff
64
args:
65
- "--exit-non-zero-on-fix"
66
67
- repo: https://github.com/streetsidesoftware/cspell-cli
68
- rev: v8.6.1
+ rev: v8.8.0
69
70
- id: cspell
71
name: Spell check with cspell
@@ -91,7 +91,7 @@ repos:
91
- tox
92
93
- repo: https://github.com/pre-commit/mirrors-mypy.git
94
- rev: v1.9.0
+ rev: v1.10.0
95
96
- id: mypy
97
additional_dependencies:
0 commit comments