Getting Started
Scripts
Contribute
No print() statements or debugging code Variable and function names are clear and descriptive Functions are short and do only one thing No duplicated code No dead or unused code (commented out or unreachable) [Recommended] Typing annotations are used No machine-specific or hardcoded paths/configs
print()