-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels