Skip to content

flake8 plugins #4

@omgitsaheadcrab

Description

@omgitsaheadcrab

It would be great to add support for flake8 plugins. I'm not sure what the cleanest way to go about it is though.

Flake8 automatically detects and runs local plugins, so theoretically all that needs to happen is that the desired plugins are added to requirements.txt and the flake8 application is initialized properly. The approaches I can think of are:

a) Add common plugins to requirements.txt and accept they'll be enabled by default.
b) Add the plugins but allow for a config: includes/excludes in codeclimate.yml to disable them as desired.
c) Add the plugins but remove them all from flake8's dictionary and re-enable them through .codeclimate.yml config.

I'd be happy to run with this if we can decide on an approach.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions