Skip to content

ask pylint for ignore param #2

Description

@rishigraham

Instead of just reading ignore parameter from the pylintrc file, which is specific to git-pylint-commit-hook, we should be building the pylint command as done for each committed file. Then call pylint --generate-rcfile (pipe to a StringIO stream), and parse the resulting configuration. Then we get any extra parameters or default config info in there too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions