roskakori / cutplace

validate data stored in CSV, PRN, ODS or Excel files
http://cutplace.readthedocs.org/
GNU Lesser General Public License v3.0
18 stars 20 forks source link

Cleanup PEP8 issues #66

Closed roskakori closed 9 years ago

roskakori commented 10 years ago

Goal: PEP8 issues introduced with the recent changes are cleaned up

  1. Run pep8 --ignore=E128 --max-line-length=129 cutplace\ranges.py cutplace\errors.py cutplace\data.py cutplace\cid.py cutplace\test_data.py cutplace\test_ranges.py cutplace\test_cid.py
  2. Manually fix E501 line too long
  3. Automatically fix the rest by running: autopep8 --in-place --ignore=E128 --max-line-length=129 cutplace\ranges.py cutplace\errors.py cutplace\data.py cutplace\cid.py cutplace\test_data.py cutplace\test_ranges.py cutplace\test_cid.py
  4. Review the fixes by autopep in diff before commit
roskakori commented 9 years ago

This is mostly done but there are a few remaining issues set to be ignored in tox.ini, section [flake8]

roskakori commented 9 years ago

0.8 is live with no PEP8 issues.