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