chore: update copilot-instructions.md (#32159)

This commit is contained in:
Mason Daugherty 2025-07-21 20:17:41 -04:00 committed by GitHub
parent 383bc8f2ef
commit b4d87c709c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ def get_user(user_id: str, verbose: bool = False): # Maintains stable interface
* Prefer descriptive, **self-explanatory variable names**. Avoid overly short or cryptic identifiers.
* Break up overly long or deeply nested functions for **readability and maintainability**.
* Avoid unnecessary abstraction or premature optimization.
* All generated Python code must include type hints.
* All generated Python code must include type hints and return types.
Bad: