From 726e342b88e27bd946cb82b47ef4646ba0d0e808 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 20 Feb 2021 18:00:45 +0100 Subject: [PATCH] Disable gitlab ci linter --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3c1fe59..10811f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,10 +31,10 @@ repos: hooks: - id: black types: [python] - - repo: https://gitlab.com/devopshq/gitlab-ci-linter - rev: v1.0.1 - hooks: - - id: gitlab-ci-linter - args: - - --server - - https://gitlab.com +# - repo: https://gitlab.com/devopshq/gitlab-ci-linter +# rev: v1.0.1 +# hooks: +# - id: gitlab-ci-linter +# args: +# - --server +# - https://gitlab.com