Skip to content

Commit 33aefff

Browse files
chore(pre-commit-deps): pre-commit autoupdate (#416)
updates: - [github.com/renovatebot/pre-commit-hooks: 6a20f9f42e47232e16f5624bf5a321a71bfdede9 → ddd4788545e7ab1825e0797e2de616214e4ff9e7](renovatebot/pre-commit-hooks@6a20f9f...ddd4788) - [github.com/python-jsonschema/check-jsonschema: 828a213a1dd17aa9862aab706e3162c13281ff93 → 84080c769d17e250eb32ac0d10662c7bf03ad346](python-jsonschema/check-jsonschema@828a213...84080c7) - [github.com/astral-sh/ruff-pre-commit: 2c8dce6094fa2b4b668e74f694ca63ceffd38614 → 41d2daf392fbf43341a77f24a9c6481a4b66af98](astral-sh/ruff-pre-commit@2c8dce6...41d2daf) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2cfd010 commit 33aefff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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: 6a20f9f42e47232e16f5624bf5a321a71bfdede9 # frozen: 39.185.6
43+
rev: ddd4788545e7ab1825e0797e2de616214e4ff9e7 # frozen: 39.194.0
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: 828a213a1dd17aa9862aab706e3162c13281ff93 # frozen: 0.31.2
48+
rev: 84080c769d17e250eb32ac0d10662c7bf03ad346 # frozen: 0.31.3
4949
hooks:
5050
- id: check-dependabot
5151
- id: check-github-actions
@@ -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: 2c8dce6094fa2b4b668e74f694ca63ceffd38614 # frozen: v0.9.9
140+
rev: 41d2daf392fbf43341a77f24a9c6481a4b66af98 # frozen: v0.9.10
141141
hooks:
142142
- id: ruff
143143
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)