Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 403 Bytes

File metadata and controls

11 lines (9 loc) · 403 Bytes
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.