We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca8444 commit cc2c2dcCopy full SHA for cc2c2dc
1 file changed
.pre-commit-config.yaml
@@ -86,7 +86,7 @@ repos:
86
)
87
- id: trailing-whitespace
88
- repo: https://github.com/mattlqx/pre-commit-search-and-replace
89
- rev: v1.1.8
+ rev: v1.1.9
90
hooks:
91
- id: search-and-replace
92
language_version: default # https://github.com/mattlqx/pre-commit-search-and-replace/issues/28
@@ -95,7 +95,7 @@ repos:
95
96
- id: sync-pre-commit-deps
97
- repo: https://github.com/astral-sh/ruff-pre-commit
98
- rev: v0.12.3
+ rev: v0.14.0
99
100
- id: ruff-format
101
- id: ruff
@@ -168,7 +168,7 @@ repos:
168
- id: actionlint
169
additional_dependencies: [pyflakes>=3.1.0, shellcheck-py>=0.9.0.5]
170
- repo: https://github.com/crate-ci/typos
171
- rev: v1.34.0
+ rev: v1.38.1
172
173
- id: typos
174
exclude_types:
0 commit comments