Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#59)
Browse files Browse the repository at this point in the history
* [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]>
  • Loading branch information
pre-commit-ci[bot] and Andrwe authored Apr 7, 2024
1 parent 1497b1c commit 26ba6df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 26ba6df

Please sign in to comment.