Ask Python Refactor

Python refactoring for readability, maintainability, and performance.

NavanithanS 9c632aa 5 files · 4.2 KB Updated

File contents

Type Hints

def get_user(user_id: int) -> Optional[User]:
    return db.find(user_id)

NavanithanS/Agent-Skill-Kit/tree/main/skills/coding/ask-python-refactor commit 9c632aa633

Frequently asked questions

npx skillmds@latest add navanithans/ask-python-refactor