PEP 8 Changes ToDo #448
Labels
discussion
These topics must be discussed before completion
Priority: Low
This issue can be considered with enough idle time.
proposal
Milestone
Besides #435 there are much more changes necessary to be mostly PEP 8 compliant.
This should be a kind of ToDo and space to discuss this. Especially to find an appropriate time. I generally agree with @tsteinruecken's opinion to do this all at once, but not necessarily now.
CapitalizedWords
lower_case_with_underscores
bytes
incore.render.html.env.viur.fileSize
type
inviur.core.render.html.default.Render.copySuccess
assert
statements with proper exceptions/conditions or use them only sparingly for internal checks/assumptions. Described in Improving SpatialBone bounds checking and usefloat
instead ofint
#507 (comment)if len(kwargs) == 0:
withif not kwargs:
Feel free to edit this list above.
The text was updated successfully, but these errors were encountered: