-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support flake8:local-plugins
#17
Comments
Thanks for pointing this out. Yeah, absolutely, that can be added. Do you want to do it? I guess it's pretty straightforward to implement. Adding a meaningful test will be more difficult. But maybe we can do without a test in this case? I'm open to that if it complicates things too much. (Maybe because I won't be using that feature.) |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Seems it'd be quite hard. I took a look how flake8 loads plugins and how this project works. |
For anyone interested, I've made tests for |
Flake8 supports a second section in the setup.cfg that specifies local plugins. I'm not able to get that to work with this tool, and I took a look at the source and it looks like it only checks the normal flake8 section. Any chance support for this other section could be added?
Also just wanted to say thanks and that this project is amazing. 👍
The text was updated successfully, but these errors were encountered: