disable ansible-lint in pre-commit ci

This commit is contained in:
Gabriel Augendre 2024-10-10 23:46:17 +02:00
parent 689a9ae679
commit bfce950fda

View file

@ -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