Currently we have a pylint dev dependency and configuration file lying in the repoisitory.
However, the tool is never used (in pre-commit hooks or pipeline).
We should either:
remove it from the codebase
activate it in pre-commit and pipeline to complement with flake8
Currently we have a pylint dev dependency and configuration file lying in the repoisitory. However, the tool is never used (in pre-commit hooks or pipeline).
We should either: