... | ... | @@ -4,6 +4,8 @@ |
|
|
|
|
|
Please follow our coding conventions. The simpler your contribution is, the easier it is to follow our conventions. If you are contributing something larger, look at the larger existing nodes for suggestions on formatting and naming conventions.
|
|
|
|
|
|
If you are relatively new to Python, check [this readability counts](https://www.youtube.com/watch?v=knMg6G9_XCg) video from pycon
|
|
|
|
|
|
#### pep-8
|
|
|
|
|
|
We follow pep8 mostly. Line-length however is not something we obsess about. Make your lines as long as you need. We also ignore smaller style issues. If you use PyLint, these are some of the ignores you'll find in the codebase:
|
... | ... | |