Start enforcing mypy in the CI
Open
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The lack of types makes the Python code error prone and reviews harder. We need to start enforcing types.
Step 1:
Add ignores to all current violations in chunks
Step 2:
Enable non-strict mypy
Step 3:
Fix violations
Step 4:
Enable strict mypy
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.