diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9283290a..08682b21 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: )$ id: insert-license repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.5 + rev: v1.5.6 - hooks: - args: ["--config", ".github/linters/.hadolint.yaml"] id: hadolint-docker @@ -47,7 +47,7 @@ repos: - args: ["--config-file", ".github/linters/actionlint.yml"] id: actionlint repo: https://github.com/rhysd/actionlint - rev: v1.7.10 + rev: v1.7.11 - hooks: - id: helm-docs-container repo: https://github.com/norwoodj/helm-docs @@ -59,12 +59,12 @@ repos: - hooks: - id: black repo: https://github.com/ambv/black - rev: 25.12.0 + rev: 26.1.0 - hooks: - args: ["--sp", ".github/linters"] id: isort repo: https://github.com/pycqa/isort - rev: 7.0.0 + rev: 8.0.1 - hooks: - args: ["--rcfile=.github/linters/.python-lint"] entry: pylint