This change is required in order to support
testing on python 3.12
Test Plan:
pass - Run tox -eflake8 in a ubuntu:noble
container
Change-Id: I427a7cab6c67905e0496cbbe07d4367d080dfb58
Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com>
Using config/sysinv/sysinv/sysinv as example of setup for pep8/flake8.
Fix reported errors for config.py.
Story: 2010816
Task: 48450
Change-Id: Ia0e511fd827b5d697a6b41b7064d13ab64efb779
Signed-off-by: Michel Thebeau <Michel.Thebeau@windriver.com>
Enabling automatic pylint with tox and zull for each new patchset.
Test plan:
PASS: Run "tox -e pylint" in the terminal, this will:
- Run pylint in all python files
- Show the report
Story: 2005051
Task: 47900
Change-Id: I2f66a5f72e3f8746c00aae96287ad3e4edb88e28
Signed-off-by: Lindley Werner <lindley.vieira@encora.com>
The tox config is ready with yamllint, bashate and pylint,
but the pylint is not enabled here, it must be enabled after
review 887207 fixing pylint errors.
Story: 2005051
Task: 48307
Change-Id: Ia11050a26c329ee3d6b536e07c8a93dfb0ab857e
Signed-off-by: Bruno Muniz <bruno.muniz@encora.com>
Signed-off-by: Lindley Werner <lindley.vieira@encora.com>