You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.
For the naming conventions pep8-naming is what you are looking for :-)
And while at it yapf to not have to spend too much time fixing all the linting yourself (I'm looking forward to a webservice that creates pull requests after piping a whole project through yapf).
I could create a pull request adding all that if there's interest.
Seems we're forever troubled by the zope style of naming things..
Right now, we have module level functions that are both camel case and many that are underscore.
I'm inclined to stick with the underscore way so we're more pythonic. I know this is annoying with zope tech since it uses camel case.
Thoughts?
The text was updated successfully, but these errors were encountered: