Skip to content

Commit 8a00b5d

Browse files
committed
build: Remove development dependency on Docker.
Removes the actionlint-docker pre-commit hook, which requires Docker to be set up on the development machine. Given that the pre-commit hooks already lint yaml files and that the GitHub actions are run for every PR, the Docker dependency seems unreasonable.
1 parent d572138 commit 8a00b5d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.pre-commit-config.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,6 @@ repos:
5252
rev: v1.9.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:'
6655
- repo: https://github.com/sirosen/check-jsonschema
6756
rev: 0.19.2
6857
hooks:

0 commit comments

Comments
 (0)