Skip to content

Commit

Permalink
build: Remove development dependency on Docker.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
seifertm committed Jul 15, 2024
1 parent 91171b4 commit b735e8a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,10 @@ repos:
rev: v1.9.0
hooks:
- id: python-use-type-annotations
- repo: https://github.com/rhysd/actionlint
rev: v1.6.22
hooks:
- id: actionlint-docker
args:
- -ignore
- 'SC2155:'
- -ignore
- 'SC2086:'
- -ignore
- 'SC1004:'
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.19.2
hooks:
- id: check-github-actions
ci:
skip:
- actionlint-docker
- check-github-actions

0 comments on commit b735e8a

Please sign in to comment.