Skip to content

Commit 26ba6df

Browse files
[pre-commit.ci] pre-commit autoupdate (#59)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/sirosen/check-jsonschema: 0.28.0 → 0.28.1](python-jsonschema/check-jsonschema@0.28.0...0.28.1) - fix hadolint check - ignore DL3059 as RUN used to improve layer caching --------- Signed-off-by: Andrwe@Gitlab <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Andrwe@Gitlab <[email protected]>
1 parent 1497b1c commit 26ba6df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ repos:
3939
- 'DL3008'
4040
- '--ignore'
4141
- 'DL3013'
42+
- '--ignore'
43+
- 'DL3059'
44+
types: [file]
45+
files: "^tests/Dockerfile_.*"
4246
- repo: https://github.com/PyCQA/isort
4347
rev: 5.13.2
4448
hooks:
@@ -76,7 +80,7 @@ repos:
7680
- requests
7781
- types-requests
7882
- repo: https://github.com/sirosen/check-jsonschema
79-
rev: 0.28.0
83+
rev: 0.28.1
8084
hooks:
8185
- id: check-github-workflows
8286
- id: check-github-actions

0 commit comments

Comments
 (0)