-
Notifications
You must be signed in to change notification settings - Fork 18
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
[Discussion] Decide on coding styles and apply PyCQA + Pytest #11
Comments
They all sound like things I should read up on! |
@whatnick any recommendations on style/linting to conform to? I'm open to suggestion on what will be appealing for other developers. What's typical implementation? Auto format on git push/pull requests? check and pass/reject on submission? |
Typical PyCQA settings are
|
Checked out pylint - annoying. pedantic. -but- I can see the benefit and think It'll be worth enforcing style consistency with it. I've only read-up on isort but it also sounds like a good move - if only because I occasionally waste time pondering import sort order! I'll see if I can get my current dev branch (0.0.9) into a passable format. |
To improve consistency and readbility with external contributions let us add
I would work on all these as time allows.
The text was updated successfully, but these errors were encountered: