Skip to content

Commit 5b8ee95

Browse files
chore(pre-commit-deps): pre-commit autoupdate (#359)
updates: - [github.com/renovatebot/pre-commit-hooks: f22e20d4f97552cc31dcbf2c2550f44197b59be0 → 7d5338af7eeca3073e2c20e1853445cae3db836e](renovatebot/pre-commit-hooks@f22e20d...7d5338a) - [github.com/python-jsonschema/check-jsonschema: 62833a79b57fcd1bc372b136911a0edca60c3dcb → a20fe80ebdd4aec6791598c9ff559985580f91ea](python-jsonschema/check-jsonschema@62833a7...a20fe80) - [github.com/hukkin/mdformat: e20b1ac5acb8aba0b49d3a9109c6e6b58684ee83 → ff29be1a1ba8029d9375882aa2c812b62112a593](hukkin/mdformat@e20b1ac...ff29be1) - [github.com/astral-sh/ruff-pre-commit: 36b36942c52d8ce8ae6314461f2d86b1fda158e3 → 871f3bcae4fe473cd7109c3a068db975dc035e3b](astral-sh/ruff-pre-commit@36b3694...871f3bc) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e940acc commit 5b8ee95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ repos:
4040
- id: remove-tabs
4141
- id: forbid-tabs
4242
- repo: https://github.com/renovatebot/pre-commit-hooks
43-
rev: f22e20d4f97552cc31dcbf2c2550f44197b59be0 # frozen: 39.137.1
43+
rev: 7d5338af7eeca3073e2c20e1853445cae3db836e # frozen: 39.158.1
4444
hooks:
4545
- id: renovate-config-validator
4646
language_version: 20.18.0 # TODO: remove this line once https://github.com/renovatebot/pre-commit-hooks/issues/2460 is resolved
4747
- repo: https://github.com/python-jsonschema/check-jsonschema
48-
rev: 62833a79b57fcd1bc372b136911a0edca60c3dcb # frozen: 0.31.0
48+
rev: a20fe80ebdd4aec6791598c9ff559985580f91ea # frozen: 0.31.1
4949
hooks:
5050
- id: check-dependabot
5151
- id: check-github-actions
@@ -80,7 +80,7 @@ repos:
8080
- id: hadolint
8181
args: [--ignore=DL3008, --ignore=DL3018]
8282
- repo: https://github.com/hukkin/mdformat
83-
rev: e20b1ac5acb8aba0b49d3a9109c6e6b58684ee83 # frozen: 0.7.21
83+
rev: ff29be1a1ba8029d9375882aa2c812b62112a593 # frozen: 0.7.22
8484
hooks:
8585
- id: mdformat
8686
args: [--number, --end-of-line, keep]
@@ -137,7 +137,7 @@ repos:
137137
always_run: true
138138
args: [audit, --json, --ignore-code=CVE-2019-8341]
139139
- repo: https://github.com/astral-sh/ruff-pre-commit
140-
rev: 36b36942c52d8ce8ae6314461f2d86b1fda158e3 # frozen: v0.9.3
140+
rev: 871f3bcae4fe473cd7109c3a068db975dc035e3b # frozen: v0.9.4
141141
hooks:
142142
- id: ruff
143143
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)