tox.ini: add pep8 configuration
ClosedPublic

Authored by kparal on Jul 3 2015, 3:51 PM.

Details

Summary

This allows to run pep8 on the source code manually and see results
according to our preferences. It might also affect your IDE.

Test Plan

This works for manual pep8 execution for me, unfortunatelly doesn't work for Spyder IDE. It uses python-pep8 instead of just the pep8 binary, and either there is a bug or something not implemented. Maybe it will work for your IDE :-) I had to restort to adding a global configuration to ~/.config/pep8.

Diff Detail

Repository
rLTRN libtaskotron
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kparal retitled this revision from to tox.ini: add pep8 configuration.Jul 3 2015, 3:51 PM
kparal updated this object.
kparal edited the test plan for this revision. (Show Details)
kparal added reviewers: tflink, mkrizek, jskladan, lbrabec.
tflink accepted this revision.Jul 7 2015, 3:54 AM
This revision is now accepted and ready to land.Jul 7 2015, 3:54 AM
This revision was automatically updated to reflect the committed changes.