Skip to content

Ignore classes by using comments #71

@ariebovenberg

Description

@ariebovenberg

slotscheck should support something like:

# slotscheck: ignore[require-superclass,overlaps]
class A(Base):
    __slots__ = ('a', 'b')

# slotscheck: ignore
class B(Base):
    __slots__ = ()

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestneeds refinementThis issue needs refinement before work can start

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions