Skip to content

Commit b735e8a

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 91171b4 commit b735e8a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.pre-commit-config.yaml

-12
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,10 @@ 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:
6958
- id: check-github-actions
7059
ci:
7160
skip:
72-
- actionlint-docker
7361
- check-github-actions

0 commit comments

Comments
 (0)