Skip to content

pylint: make pylint optional in CI

Jakub Ružička requested to merge make-pylint-optional into master

Aside from having annoying defaults, pylint also periodically adds new warnings and recommendations which may break CI for perfectly working code at any time when latest version from PyPI is used.

Allowing pylint job failure.

Python static analysers are still a joke.

Merge request reports