Skip to content

Remove C0103 from .pylintrc #26

@quillcraftsman

Description

@quillcraftsman

C0103 ignore error names. It was ignored because of id attribute.
There is the one problem here. If remove C0103 form .pylintrc and run linter pylint $(git ls-files '*.py') it will fail on one line.
But if we disabled this line it wouldn't work.
We need to solve this problem and remove C0103 from .pylintrc

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions