pytrip / SPCinspector

GUI for inspecting particle-energy spectrum files, in the .SPC format used by TRiP98 and SHIELD-HIT12A
GNU General Public License v3.0
1 stars 0 forks source link

Prepare code to pass PEP8 tests #7

Open nbassler opened 8 years ago

grzanka commented 8 years ago

Before fixing that I'd like to add similar configuration as for https://github.com/DataMedSci/pymchelper project. It was generated with following tool: https://github.com/grzanka/cookiecutter-pip-docker-versioneer (to avoid copy-pasting files from project to project which require a lot of find-and-replace)

grzanka commented 8 years ago

PEP8 compatibility can be checked also with flake8 tool (http://flake8.pycqa.org/en/latest/index.html#quickstart). It can be configured with many options , see: http://flake8.pycqa.org/en/latest/user/options.html (i.e. --max-line-length can be used)