
Create a set of roles to be composed into a new infrared plugin. The final goal for these roles is to be used for either downstream and upstream CI Change-Id: I48d5f500c2e694c3f94ee497a0df1d92b6c411b3
8 lines
202 B
Plaintext
8 lines
202 B
Plaintext
# pep8 and flake8 requirements
|
|
|
|
ansible-lint==4.2.0 # MIT
|
|
flake8==2.5.5 # MIT
|
|
flake8-import-order==0.12 # LGPLv3
|
|
mypy>=0.740 # MIT
|
|
pylint>=1.9 # GPLv2
|