Skip to content

Commit

Permalink
chore(pre-commit-deps): pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/renovatebot/pre-commit-hooks: ad20894270ab9386035df7e06e00a1b93e692dff → 22ca1b965b7ec0d21bd316d8de38c735f2e035b3](renovatebot/pre-commit-hooks@ad20894...22ca1b9)
- [github.com/commitizen-tools/commitizen: 76efedd776e04c9604a1d54fef389a292cbf7768 → 27499d727f5ceff802bda34bbda314644824ce06](commitizen-tools/commitizen@76efedd...27499d7)
- [github.com/astral-sh/ruff-pre-commit: 859e42ab7d54544f32d4f73bbc2136a7d9094f54 → 8b76f04e7e5a9cd259e9d1db7799599355f97cdf](astral-sh/ruff-pre-commit@859e42a...8b76f04)
  • Loading branch information
pre-commit-ci[bot] authored Dec 9, 2024
1 parent 52346b0 commit 88bc868
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
- id: remove-tabs
- id: forbid-tabs
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: ad20894270ab9386035df7e06e00a1b93e692dff # frozen: 39.45.0
rev: 22ca1b965b7ec0d21bd316d8de38c735f2e035b3 # frozen: 39.59.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
Expand All @@ -59,7 +59,7 @@ repos:
- id: actionlint
additional_dependencies: [pyflakes, shellcheck-py]
- repo: https://github.com/commitizen-tools/commitizen
rev: 76efedd776e04c9604a1d54fef389a292cbf7768 # frozen: v4.0.0
rev: 27499d727f5ceff802bda34bbda314644824ce06 # frozen: v4.1.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: 859e42ab7d54544f32d4f73bbc2136a7d9094f54 # frozen: v0.8.1
rev: 8b76f04e7e5a9cd259e9d1db7799599355f97cdf # frozen: v0.8.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 88bc868

Please sign in to comment.