0075432566
Prior changes should have made us OK for ansible-lint 6.12.0 Change-Id: I3b665c3ddad7ed9733caed6feb42d1323bc3abd7
9 lines
335 B
Plaintext
9 lines
335 B
Plaintext
# linters have different requirements than test ones, some would
|
|
# conflict, like ansible version required by ansible-lint.
|
|
ansible>=2.12.0 # required by ansible-lint
|
|
flake8
|
|
yamllint>=1.23.0
|
|
# 6.5.0 : https://github.com/ansible/ansible-lint/issues/2330
|
|
# 6.5.1 : https://github.com/ansible/ansible-lint/issues/2320
|
|
ansible-lint>6.8.0
|