Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare code to pass PEP8 tests #7

Open
nbassler opened this issue Aug 22, 2016 · 2 comments
Open

Prepare code to pass PEP8 tests #7

nbassler opened this issue Aug 22, 2016 · 2 comments

Comments

@nbassler
Copy link
Member

No description provided.

@grzanka
Copy link

grzanka commented Aug 22, 2016

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
Copy link

grzanka commented Aug 22, 2016

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants