From bfce950fdae845edcc71a0974ff9474ceb28c7ad Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 10 Oct 2024 23:46:17 +0200 Subject: [PATCH] disable ansible-lint in pre-commit ci --- .pre-commit-config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d996b1..48f3030 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,9 @@ --- ci: autoupdate_schedule: monthly + skip: + # build of https://github.com/ansible/ansible-lint:ansible@v24.9.2 for python@python3 exceeds tier max size 250MiB: 405.6MiB + - ansible-lint repos: - repo: https://github.com/pre-commit/pre-commit-hooks @@ -28,4 +31,4 @@ repos: - id: ansible-lint entry: python3 -m ansiblelint -v --force-color --fix additional_dependencies: - - ansible + - ansible # necessary because we're using community collections