Skip to content

Commit

Permalink
chore(pre-commit-deps): pre-commit autoupdate (#253)
Browse files Browse the repository at this point in the history
updates:
- [github.com/renovatebot/pre-commit-hooks: ecfbf589c737d3b1d6038e19fead757c657f22aa → ad20894270ab9386035df7e06e00a1b93e692dff](renovatebot/pre-commit-hooks@ecfbf58...ad20894)
- [github.com/python-jsonschema/check-jsonschema: 37cd56d9d154dfb0648eaee8efc1040512700c47 → cb3c2be894b151dff143b1baf6acbd55f2b7faed](python-jsonschema/check-jsonschema@37cd56d...cb3c2be)
- [github.com/commitizen-tools/commitizen: d3f092d98dc7585ce9cb3295bafb942ca5be1886 → 76efedd776e04c9604a1d54fef389a292cbf7768](commitizen-tools/commitizen@d3f092d...76efedd)
- [github.com/astral-sh/ruff-pre-commit: 0710b94280408eef12748cde4782972942370ad2 → 859e42ab7d54544f32d4f73bbc2136a7d9094f54](astral-sh/ruff-pre-commit@0710b94...859e42a)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 2, 2024
1 parent 6efed33 commit 10fe66a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ repos:
- id: remove-tabs
- id: forbid-tabs
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: ecfbf589c737d3b1d6038e19fead757c657f22aa # frozen: 39.30.0
rev: ad20894270ab9386035df7e06e00a1b93e692dff # frozen: 39.45.0
hooks:
- id: renovate-config-validator
language_version: 20.18.0 # TODO: remove this line once https://github.com/renovatebot/pre-commit-hooks/issues/2460 is resolved
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 37cd56d9d154dfb0648eaee8efc1040512700c47 # frozen: 0.29.4
rev: cb3c2be894b151dff143b1baf6acbd55f2b7faed # frozen: 0.30.0
hooks:
- id: check-dependabot
- id: check-github-actions
Expand All @@ -59,7 +59,7 @@ repos:
- id: actionlint
additional_dependencies: [pyflakes, shellcheck-py]
- repo: https://github.com/commitizen-tools/commitizen
rev: d3f092d98dc7585ce9cb3295bafb942ca5be1886 # frozen: v3.31.0
rev: 76efedd776e04c9604a1d54fef389a292cbf7768 # frozen: v4.0.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down Expand Up @@ -137,7 +137,7 @@ repos:
always_run: true
args: [audit, --json, --ignore-code=CVE-2019-8341]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 0710b94280408eef12748cde4782972942370ad2 # frozen: v0.8.0
rev: 859e42ab7d54544f32d4f73bbc2136a7d9094f54 # frozen: v0.8.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 10fe66a

Please sign in to comment.