Closed
Description
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).