jterrace / sphinxtr

The Sphinx Thesis Resource
http://jterrace.github.com/sphinxtr
Other
154 stars 50 forks source link

Whitespace violations in code #41

Closed miketheman closed 4 months ago

miketheman commented 8 years ago

I am working with some of the extensions, and was looking to modify/extend to my purpose. The codebase contains many flake8 "triggers" - such as trailing whitespace, inconsistent indentation, unused imports.

Would you be open to a PR that fixes these events? I think I could also find a way to add it to the travis build cycle, so that the style will continue to be checked going forward.

jterrace commented 8 years ago

Yeah, sure. You can see how I did it in another repo here: https://github.com/jterrace/pyssim/blob/master/.pylintrc https://github.com/jterrace/pyssim/blob/master/.travis.yml#L33-34