Skip to content

Commit 28fbcac

Browse files
chore(pre-commit-deps): pre-commit autoupdate
updates: - [github.com/renovatebot/pre-commit-hooks: 8cb873358c86073e4e3c7d085e393db7f2af19b9 → 7e22ba0218bcc86f3db397318766e5447b39afec](renovatebot/pre-commit-hooks@8cb8733...7e22ba0) - [github.com/commitizen-tools/commitizen: 35f5c23b6dad6bd6be24f783857751bca71ae36d → 8d573069ff591f909c9b9725da769fbab05d5bb0](commitizen-tools/commitizen@35f5c23...8d57306) - [github.com/astral-sh/ruff-pre-commit: e84319e627902e1b348574ecf3238dc511933dc7 → 12753357c00c3fb8615100354c9fdc6ab80b044d](astral-sh/ruff-pre-commit@e84319e...1275335)
1 parent 1430ee5 commit 28fbcac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040
- id: remove-tabs
4141
- id: forbid-tabs
4242
- repo: https://github.com/renovatebot/pre-commit-hooks
43-
rev: 8cb873358c86073e4e3c7d085e393db7f2af19b9 # frozen: 39.262.1
43+
rev: 7e22ba0218bcc86f3db397318766e5447b39afec # frozen: 40.17.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
@@ -59,7 +59,7 @@ repos:
5959
- id: actionlint
6060
additional_dependencies: [pyflakes, shellcheck-py]
6161
- repo: https://github.com/commitizen-tools/commitizen
62-
rev: 35f5c23b6dad6bd6be24f783857751bca71ae36d # frozen: v4.6.0
62+
rev: 8d573069ff591f909c9b9725da769fbab05d5bb0 # frozen: v4.7.2
6363
hooks:
6464
- id: commitizen
6565
stages: [commit-msg]
@@ -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: e84319e627902e1b348574ecf3238dc511933dc7 # frozen: v0.11.7
140+
rev: 12753357c00c3fb8615100354c9fdc6ab80b044d # frozen: v0.11.10
141141
hooks:
142142
- id: ruff
143143
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)