We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Per @jorisvandenbossche (#8286 (comment)), we need to discuss a generalized way of enforcing PEP8 on the entire pandas code base.
Matplotlib has something similar here: https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/tests/test_coding_standards.py, and here's the PR discussion: matplotlib/matplotlib#1945
Some discussion is probably needed on the PEP8 rules we're alright with ignoring as well as whether or not we want to use 80 or 100 lines for max-line-length (http://legacy.python.org/dev/peps/pep-0008/#maximum-line-length).
The text was updated successfully, but these errors were encountered:
Perhaps a tool such as yapf could be of use this area also?
https://github.com/google/yapf
Sorry, something went wrong.
closing in favor of #11928
No branches or pull requests
Per @jorisvandenbossche (#8286 (comment)), we need to discuss a generalized way of enforcing PEP8 on the entire pandas code base.
Matplotlib has something similar here: https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/tests/test_coding_standards.py, and here's the PR discussion: matplotlib/matplotlib#1945
Some discussion is probably needed on the PEP8 rules we're alright with ignoring as well as whether or not we want to use 80 or 100 lines for max-line-length (http://legacy.python.org/dev/peps/pep-0008/#maximum-line-length).
The text was updated successfully, but these errors were encountered: