Skip to content
Snippets Groups Projects
Commit e918f6d5 authored by nimrod's avatar nimrod
Browse files

Disabled pre-commit hooks that fail in CI.

Those hooks fail because we run pre-commit inside of a Docker container
(see https://github.com/pre-commit/pre-commit/issues/1387).
parent c01dbf14
No related branches found
No related tags found
No related merge requests found
Pipeline #14 failed
......@@ -18,8 +18,10 @@ repos:
- id: proselint
types: [plain-text]
exclude: LICENSE
- repo: https://git.shore.co.il/nimrod/docker-pre-commit.git
rev: v0.3.0
hooks:
- id: hadolint
- id: docker-compose
# Disabled until https://github.com/pre-commit/pre-commit/issues/1387 is
# resolved.
#- repo: https://git.shore.co.il/nimrod/docker-pre-commit.git
# rev: v0.3.0
# hooks:
# - id: hadolint
# - id: docker-compose
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment