Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:

# lint the dockerfiles
- repo: https://github.com/hadolint/hadolint
rev: c3dc18df7a501f02a560a2cc7ba3c69a85ca01d3 # frozen: v2.13.1-beta
rev: 4e697ba704fd23b2409b947a319c19c3ee54d24f # frozen: v2.14.0
hooks:
- id: hadolint

Expand Down Expand Up @@ -41,7 +41,7 @@ repos:
- id: shellcheck

- repo: https://github.com/sirosen/check-jsonschema
rev: 54da05914997e6b04e4db33ed6757d744984c68b # frozen: 0.33.2
rev: 83987cd6ad8943c7f029b500b14aaf82c00a01fa # frozen: 0.34.0
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand All @@ -54,7 +54,7 @@ repos:

# lint python formatting
- repo: https://github.com/psf/black
rev: 8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b # frozen: 25.1.0
rev: af0ba72a73598c76189d6dd1b21d8532255d5942 # frozen: 25.9.0
hooks:
- id: black

Expand Down