13 comments (13 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python3,677 stars (3,677 stars)279 forks (279 forks)batch import
choregood first issuepy
説明
- Either install Mypy CLI or extension in your IDE of choice.
- Run mypy against all
py/examples files.
- Refactor where needed, make sure the existing functionality is not broken.
- Issue 種別
- refactor
- 調査方針
- First, install mypy and run it against all files in `py/examples`. The mypy output will list errors that need fixing. Common fixes include adding type annotations or correcting type mismatches. Ensure existing functionality remains intact by running any relevant tests.