Open RobRuana opened 7 years ago
FWIW, we're already using pep8
(https://pypi.python.org/pypi/pep8) for Sideboard itself and for all of the Sideboard plugins that MAGFest writes.
With that being said, I don't have any strong attachment to pep8
and would be fine with switching to something better.
Good news! Flake8 includes pep8!
Also, I can't find where in the sideboard project pep8 is being invoked :(
Whoops, I guess we added that in the past several months where I work. I just opened a new PR that includes pep8
at #62
No urgency on it, but it includes a few other things we'll eventually find helpful.
As a developer, I want a machine to double check my work to ensure that I am committing quality code.
From the flake8 manpage: