mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-24 00:08:02 +01:00
disable ansible-lint in pre-commit ci
This commit is contained in:
parent
689a9ae679
commit
bfce950fda
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue