Compare commits

..

No commits in common. "77216001e5b4ccb12a017cfd5cc4d710fcae7818" and "41ffccfca3a9aa93db416e6551c3174d2ce5f29c" have entirely different histories.

2 changed files with 1 additions and 18 deletions

View File

@ -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:
- Code should be easy to read and understand.
@ -20,13 +13,3 @@ When contributing code to this project, you MUST follow these principles:
- Documentation should document semantics, not syntax.
- Prefer importing modules, not individual items from modules.
- Do not use f-strings in logging statements.
- Loop variables and walrus-expression-variables should be deleted when
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.

View File

@ -1 +1 @@
__version__ = '0.1.5'
__version__ = '0.1.4'