Compare commits
No commits in common. "d1e7515e6002bf471e3be41196660205d3a29616" and "903973d7f503acf012fd6d28fdb5628fe2847c4c" have entirely different histories.
d1e7515e60
...
903973d7f5
|
@ -1,10 +1,3 @@
|
||||||
# Conventions
|
|
||||||
|
|
||||||
When contributing code to this project, you MUST follow the requirements
|
|
||||||
specified here.
|
|
||||||
|
|
||||||
## Code Conventions
|
|
||||||
|
|
||||||
When contributing code to this project, you MUST follow these principles:
|
When contributing code to this project, you MUST follow these principles:
|
||||||
|
|
||||||
- Code should be easy to read and understand.
|
- Code should be easy to read and understand.
|
||||||
|
@ -22,11 +15,3 @@ When contributing code to this project, you MUST follow these principles:
|
||||||
- Do not use f-strings in logging statements.
|
- Do not use f-strings in logging statements.
|
||||||
- Loop variables and walrus-expression-variables should be deleted when
|
- Loop variables and walrus-expression-variables should be deleted when
|
||||||
unneeded to keep scope clean, and to avoid accidental use.
|
unneeded to keep scope clean, and to avoid accidental use.
|
||||||
|
|
||||||
## Testing
|
|
||||||
|
|
||||||
When contributing test to this project, you MUST follow these principles:
|
|
||||||
|
|
||||||
- Do not use any testing libraries other than `pytest`.
|
|
||||||
- Mocking is the root of all evil. Writing your own stubs is much more
|
|
||||||
preferable.
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.3'
|
__version__ = '0.1.2'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user