Open nbassler opened 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)
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)