multipackage.subsystems.pylint module

Linting subsystem that ensures we have pylint support.

Summary

Classes:

PylintLinter

Reference

class multipackage.subsystems.pylint.PylintLinter(repo, pylintrc_template='pylintrc')[source]

Bases: object

SHORT_NAME = 'Linting with pylint'
SHORT_DESCRIPTION = 'checks for linting violations using best-practices .pylintrc settings'
update(options)[source]

Update the linting subsystem.