-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Breaking changes for 3.0 🦤Discussion 🤔Enhancement ✨Improvement to a componentImprovement to a componentMaintenanceDiscussion or action around maintaining pylint or the dev workflowDiscussion or action around maintaining pylint or the dev workflow
Milestone
Description
Currently the PyLinter categorizes checkers through the __implements__
class attribute. This is not very standard, and is one more barrier for others to write plugins.
I propose
- Changing the interfaces to have a
ABCMeta
metaclass - Change PyLinter to do isinstance checks to categorize checkers/reporters in addition to keeping the old
__implements__
checks
Metadata
Metadata
Assignees
Labels
Breaking changes for 3.0 🦤Discussion 🤔Enhancement ✨Improvement to a componentImprovement to a componentMaintenanceDiscussion or action around maintaining pylint or the dev workflowDiscussion or action around maintaining pylint or the dev workflow