Skip to content

Commit 33b25ce

Browse files
chore(deps): update dependency updates
1 parent 0ca8444 commit 33b25ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ repos:
8686
)
8787
- id: trailing-whitespace
8888
- repo: https://github.com/mattlqx/pre-commit-search-and-replace
89-
rev: v1.1.8
89+
rev: v1.1.9
9090
hooks:
9191
- id: search-and-replace
9292
language_version: default # https://github.com/mattlqx/pre-commit-search-and-replace/issues/28
@@ -95,7 +95,7 @@ repos:
9595
hooks:
9696
- id: sync-pre-commit-deps
9797
- repo: https://github.com/astral-sh/ruff-pre-commit
98-
rev: v0.12.3
98+
rev: v0.14.6
9999
hooks:
100100
- id: ruff-format
101101
- id: ruff
@@ -134,7 +134,7 @@ repos:
134134
- id: toml-sort-fix
135135
exclude: "\\.lock$"
136136
- repo: https://github.com/google/yamlfmt
137-
rev: v0.17.2
137+
rev: v0.20.0
138138
hooks:
139139
- id: yamlfmt
140140
- repo: https://github.com/adrienverge/yamllint
@@ -168,7 +168,7 @@ repos:
168168
- id: actionlint
169169
additional_dependencies: [pyflakes>=3.1.0, shellcheck-py>=0.9.0.5]
170170
- repo: https://github.com/crate-ci/typos
171-
rev: v1.34.0
171+
rev: v1.39.2
172172
hooks:
173173
- id: typos
174174
exclude_types:
@@ -196,7 +196,7 @@ repos:
196196
- id: markdown-link-check
197197
args: ["--quiet", "--config", ".md-link-config.json"]
198198
- repo: https://github.com/igorshubovych/markdownlint-cli
199-
rev: v0.45.0
199+
rev: v0.46.0
200200
hooks:
201201
- id: markdownlint
202202
language_version: 22.14.0

0 commit comments

Comments
 (0)