Skip to content

Commit eb0b3d2

Browse files
committed
Revert "build: Remove development dependency on Docker."
This reverts commit b735e8a.
1 parent 825c8a1 commit eb0b3d2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.pre-commit-config.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,22 @@ repos:
5252
rev: v1.10.0
5353
hooks:
5454
- id: python-use-type-annotations
55+
- repo: https://github.com/rhysd/actionlint
56+
rev: v1.6.22
57+
hooks:
58+
- id: actionlint-docker
59+
args:
60+
- -ignore
61+
- 'SC2155:'
62+
- -ignore
63+
- 'SC2086:'
64+
- -ignore
65+
- 'SC1004:'
5566
- repo: https://github.com/sirosen/check-jsonschema
5667
rev: 0.29.1
5768
hooks:
5869
- id: check-github-actions
5970
ci:
6071
skip:
72+
- actionlint-docker
6173
- check-github-actions

0 commit comments

Comments
 (0)