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 9727236 commit ca368a2Copy full SHA for ca368a2
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
hooks:
28
- id: remove-crlf
29
- repo: https://github.com/codespell-project/codespell
30
- rev: v2.2.6
+ rev: v2.3.0
31
32
- id: codespell
33
additional_dependencies:
@@ -51,7 +51,7 @@ repos:
51
exclude_types:
52
- zsh
53
- repo: https://github.com/rhysd/actionlint
54
- rev: v1.7.0
+ rev: v1.7.1
55
56
- id: actionlint
57
- repo: https://github.com/adrienverge/yamllint
@@ -83,12 +83,12 @@ repos:
83
84
- id: shfmt
85
- repo: https://github.com/astral-sh/ruff-pre-commit
86
- rev: v0.4.4
+ rev: v0.4.10
87
88
- id: ruff
89
- id: ruff-format
90
- repo: https://github.com/kumaraditya303/mirrors-pyright
91
- rev: v1.1.362
+ rev: v1.1.368
92
93
- id: pyright
94
0 commit comments