-
Notifications
You must be signed in to change notification settings - Fork 310
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
[ENH] Consistent python formatting tool and configuration #1016
Comments
@afender this sounds more like a documentation request rather than an feature.enhancement |
We are going to follow the boy scout rule (https://www.matheus.ro/2017/12/11/clean-code-boy-scout-rule/) for updating variable names® |
This is not really related to documentation or variable names. This is more about the python formatting tool and configuration. In the past, we had PRs auto-editing hundreds of lines (like #963) because we don't have a common formating tool or configuration. So I think we should:
|
cuDF uses a combination of |
Another checklist item for this issue should be:
|
This issue has been labeled |
Closing after the last release discussion. The reformating problem has not shown up since then and everyone uses black or does the changes manually to comply with flake8. |
We should all use the same to avoid lengthy format changes between authors and facilitate reviews.
Initiated by #963 (comment)
The text was updated successfully, but these errors were encountered: