From 26ba6df2769d0b6bb7bde471222a711ad025be12 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 19:06:34 +0200 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#59) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/sirosen/check-jsonschema: 0.28.0 → 0.28.1](https://github.com/sirosen/check-jsonschema/compare/0.28.0...0.28.1) - fix hadolint check - ignore DL3059 as RUN used to improve layer caching --------- Signed-off-by: Andrwe@Gitlab Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Andrwe@Gitlab --- .pre-commit-config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 09b5a10..72ecc7d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,6 +39,10 @@ repos: - 'DL3008' - '--ignore' - 'DL3013' + - '--ignore' + - 'DL3059' + types: [file] + files: "^tests/Dockerfile_.*" - repo: https://github.com/PyCQA/isort rev: 5.13.2 hooks: @@ -76,7 +80,7 @@ repos: - requests - types-requests - repo: https://github.com/sirosen/check-jsonschema - rev: 0.28.0 + rev: 0.28.1 hooks: - id: check-github-workflows - id: check-github-actions