2020-05-28 08:14:04 +00:00
|
|
|
# linters have different requirements than test ones, some would
|
|
|
|
# conflict, like ansible version required by ansible-lint.
|
2021-01-08 08:57:26 +00:00
|
|
|
ansible>=2.9,<2.11 # required by ansible-lint
|
2020-05-28 08:14:04 +00:00
|
|
|
flake8
|
|
|
|
yamllint>=1.23.0
|
2022-08-24 05:16:52 +00:00
|
|
|
# 6.5.0 : https://github.com/ansible/ansible-lint/issues/2330
|
|
|
|
# 6.5.1 : https://github.com/ansible/ansible-lint/issues/2320
|
2022-10-17 02:48:32 +00:00
|
|
|
ansible-lint>6.8.0
|