We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01ab30 commit 0e5fd42Copy full SHA for 0e5fd42
.pre-commit-config.yaml
@@ -44,7 +44,7 @@ repos:
44
- prettier-plugin-sort-json
45
46
- repo: https://github.com/psf/black
47
- rev: 24.8.0
+ rev: 24.10.0
48
hooks:
49
- id: black
50
@@ -59,14 +59,14 @@ repos:
59
- id: tox-ini-fmt
60
61
- repo: https://github.com/astral-sh/ruff-pre-commit
62
- rev: v0.6.9
+ rev: v0.7.2
63
64
- id: ruff
65
args:
66
- --exit-non-zero-on-fix
67
68
- repo: https://github.com/streetsidesoftware/cspell-cli
69
- rev: v8.13.3
+ rev: v8.15.2
70
71
- id: cspell
72
name: Spell check with cspell
@@ -94,7 +94,7 @@ repos:
94
- setuptools
95
96
- repo: https://github.com/pre-commit/mirrors-mypy.git
97
- rev: v1.11.2
+ rev: v1.13.0
98
99
- id: mypy
100
additional_dependencies:
0 commit comments