We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa19e3f commit 1a1aca9Copy full SHA for 1a1aca9
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ ci:
5
- cspell
6
repos:
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: v0.5.4
+ rev: v0.5.5
9
hooks:
10
- id: ruff
11
args:
@@ -57,7 +57,7 @@ repos:
57
- id: mixed-line-ending
58
- id: trailing-whitespace
59
- repo: https://github.com/python-jsonschema/check-jsonschema
60
- rev: 0.29.0
+ rev: 0.29.1
61
62
- id: check-github-workflows
63
- repo: https://github.com/sirosen/texthooks
@@ -67,6 +67,6 @@ repos:
67
- id: fix-spaces
68
- id: forbid-bidi-controls
69
- repo: https://github.com/streetsidesoftware/cspell-cli
70
- rev: v8.10.1
+ rev: v8.12.0
71
72
- id: cspell
0 commit comments