WIP
This commit is contained in:
parent
e70a0584c9
commit
a7a5b5c8ea
43 changed files with 5531 additions and 9 deletions
1
.github/copilot-instructions.md
vendored
1
.github/copilot-instructions.md
vendored
|
|
@ -28,6 +28,7 @@ A platform to run and host applications, with a focus on Python applications.
|
|||
|
||||
## Code Generation & Style
|
||||
- **Python**: Use modern Python 3.14+ features. MUST include strict type hints. Follow PEP 8 (120-char line length). Use double quotes for strings.
|
||||
- **Python Types**: NEVER use `object` as a type hint. Use precise concrete types, Protocols, or named type aliases instead.
|
||||
- **Ruff**: Respect strict Ruff config in `pyproject.toml` (`force-single-line = true` for imports). Do not rely on auto-removal for unused variables (`F841` is unfixable); fix manually.
|
||||
- **Django**:
|
||||
- Prefer MTV with fat models and thin views.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue