-
Notifications
You must be signed in to change notification settings - Fork 87
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
Potential issue with exclude
in setup.cfg
#130
Comments
Hello @max-sixty ! Thank you for creating the issue and using PEP 8 Speaks. The config file in the Pull Request looks good to me. However, as documented in the configuration, the bot first searches for the configuration in the base branch of the pull request, which in this case is I think there should be a way to force the bot to use the config of the head branch (Maybe by adding a flag I am keeping this issue open, in case you detect that the config is not working even after being in the base branch. I will be happy to help.
That is awesome! I will go ahead and add it myself. (#132) :) |
Thanks @OrkoHunter ! Albeit with a limited perspective, it would be good to read from the PR being merged rather than Thanks for an awesome product! |
Hi there - we're attempting to have pep8speaks use the
flake8
configs insetup.cfg
rather than copy them into yaml format.This works well for the
ignore
config, but doesn't seem to pick up theexclude
config - specifically in the attached PR, we excludedoc
, but pep8speaks still runs on that path (those are the only errors it raises)Here's the PR: pydata/xarray#3010 (comment)
As a separate issue, you're welcome to use xarray in your 'popular projects' or at least in the full list - would you like me to PR us in?
The text was updated successfully, but these errors were encountered: