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 475121e commit b25bcbbCopy full SHA for b25bcbb
.pre-commit-config.yaml
@@ -48,7 +48,7 @@ repos:
48
- id: shellcheck
49
50
- repo: https://github.com/rbubley/mirrors-prettier
51
- rev: v3.5.1
+ rev: v3.5.3
52
hooks:
53
- id: prettier
54
always_run: true
@@ -68,7 +68,7 @@ repos:
68
- id: tox-ini-fmt
69
70
- repo: https://github.com/astral-sh/ruff-pre-commit
71
- rev: v0.9.6
+ rev: v0.9.9
72
73
- id: ruff
74
args:
@@ -79,7 +79,7 @@ repos:
79
types_or: [python, pyi]
80
81
- repo: https://github.com/streetsidesoftware/cspell-cli
82
- rev: v8.17.2
+ rev: v8.17.3
83
84
- id: cspell
85
name: Spell check with cspell
0 commit comments