| applyTo | **/.*.py |
|---|
Run tests using the /workspaces/python-hyperway/quick_test.sh script to ensure all functionality remains intact.
- PEP-8 style is preferred.
- Tend to use f-strings for formatting.
- Type hints are not required but may be used where helpful.
- Use docstrings for all public classes and functions.
- When adding new functionality, include tests in the
tests/directory.