- Python code:
- Use Python 3.11
- Annotate all types using the new built-in forms when possible (e.g., use "dict" instead of "Dict" from the typing module)
- Ensure the code passes Mypy checks with the strict option enabled
- Use pytest for testing
This repository was archived by the owner on Aug 17, 2024. It is now read-only.