From 8e950eb616786618ff2599d52fe89b588ddaad4d Mon Sep 17 00:00:00 2001 From: Frantisek Lachman Date: Wed, 19 May 2021 11:34:47 +0200 Subject: [PATCH] Skip ansible-lint in pre-commit.ci since it is too huge * With ansible-lint pre-commit.ci does not work at all. * We still have zuul to run the whole suite. Signed-off-by: Frantisek Lachman --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8d6966..17a0f8c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,3 +28,7 @@ repos: rev: 21.5b1 hooks: - id: black + +ci: + # The project is too huge for pre-commit.ci + skip: [ansible-lint]