🧹 PEP updating
This commit is contained in:
@ -42,8 +42,8 @@ Comments, strings, variable names, class names, docstrings, as well as all other
|
||||
# Code
|
||||
|
||||
## Code Style
|
||||
All the Python code should follow the [PEP 8 guidelines](https://www.python.org/dev/peps/pep-0008/), with the following differences:
|
||||
+ Variable and function names must be camelCase, and must fully consist of either full words or common/understandable abbreviations.
|
||||
All the Python code should follow the [PEP 8 guidelines](https://www.python.org/dev/peps/pep-0008/), with the following additions:
|
||||
+ Variable and function names must fully consist of either full words or common/understandable abbreviations.
|
||||
+ Use f-strings when applicable.
|
||||
|
||||
### Documentation
|
||||
|
Reference in New Issue
Block a user