diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4773529..682315e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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] @@ -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]