-
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
Read the configuration file form PR branch #55
Comments
Hello @rlaverde Thanks for opening an issue about it. The default behavior for reading the config file was to read it from the PR branch (like Travis, and others) itself. It was working fine, when suggestions brought up some issues -
Hence, a month ago the behavior was changed. |
I understood, maybe the PR branch could be a fallback if the there isn't a config file in the main branch. Or maybe and option mentioning the bot, i. e. "@pep8speaks read config from PR branch". |
Thank you @rlaverde for your suggestion! PEP8Speaks will now look at the branch of Pull Request as a fallback if no config is found on the base branch. |
Reading the
.pep8speaks.yaml
file from PR branch instead of base branch, will make easy to test changes in the config file.The text was updated successfully, but these errors were encountered: