CI: add pylint stage
About
Another procrastination improvement MR: add a linting stage.
For now only errors are checked.
To do
-
Add pylint in CI file
Notes
To disable pylint on a specific line of code: # pylint: disable=E1121
Edited by Pierre Paleo