18 lines
463 B
Markdown
18 lines
463 B
Markdown
|
|
---
|
||
|
|
# nuzlocke-tracker-yyce
|
||
|
|
title: Add ty for Python type checking
|
||
|
|
status: completed
|
||
|
|
type: task
|
||
|
|
priority: normal
|
||
|
|
created_at: 2026-02-16T19:13:50Z
|
||
|
|
updated_at: 2026-02-16T19:26:23Z
|
||
|
|
parent: nuzlocke-tracker-a5es
|
||
|
|
---
|
||
|
|
|
||
|
|
Global standards require ty check for static type analysis. Currently not configured.
|
||
|
|
|
||
|
|
## Checklist
|
||
|
|
- [ ] Add ty to dev dependencies
|
||
|
|
- [ ] Configure ty rules in pyproject.toml
|
||
|
|
- [ ] Add ty check step to CI workflow
|
||
|
|
- [ ] Fix any type errors surfaced
|