diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ab8fe81..38bc574f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: - id: remove-tabs - id: forbid-tabs - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 5b7fd349cf98e23c7d57839c7883f378d994d831 # frozen: 38.64.2 + rev: 49a2f741f3e9483fd88588933be182fde2b69384 # frozen: 38.94.3 hooks: - id: renovate-config-validator - repo: https://github.com/python-jsonschema/check-jsonschema @@ -46,7 +46,7 @@ repos: args: [--verbose] files: ^(\.github/workflows/[^/]+|workflows/[^/]+)$ - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: c01fb5723b54075325cd9b5e5665a9ae84baf950 # frozen: v1.7.1.15 + rev: aa007237bad606b330a90f69bb5ef5dca129957e # frozen: v1.7.2.16 hooks: - id: actionlint additional_dependencies: [pyflakes, shellcheck-py] @@ -122,7 +122,7 @@ repos: always_run: true args: [audit, --json, --ignore-code=CVE-2019-8341] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: f1ebc5730d98440041cc43e4d69829ad598ae1e7 # frozen: v0.6.3 + rev: 9f089bd3b7591566aef707c4e144ea2ceedf7de2 # frozen: v0.6.7 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]