📝 Rule about f-strings added to project guidelines
This commit is contained in:
@ -44,6 +44,7 @@ Comments, strings, variable names, class names, docstrings, as well as all other
|
|||||||
## Code Style
|
## Code Style
|
||||||
All the Python code should follow the [PEP 8 guidelines](https://www.python.org/dev/peps/pep-0008/), with the following differences:
|
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.
|
+ Variable and function names must be camelCase, and must fully consist of either full words or common/understandable abbreviations.
|
||||||
|
+ Use f-strings when applicable.
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
+ Comment lines should not exede 72 characters.
|
+ Comment lines should not exede 72 characters.
|
||||||
|
Reference in New Issue
Block a user