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: ...@@ -18,8 +18,10 @@ repos:
- id: proselint - id: proselint
types: [plain-text] types: [plain-text]
exclude: LICENSE exclude: LICENSE
- repo: https://git.shore.co.il/nimrod/docker-pre-commit.git # Disabled until https://github.com/pre-commit/pre-commit/issues/1387 is
rev: v0.3.0 # resolved.
hooks: #- repo: https://git.shore.co.il/nimrod/docker-pre-commit.git
- id: hadolint # rev: v0.3.0
- id: docker-compose # hooks:
# - id: hadolint
# - id: docker-compose
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment