13 commentaires (13 commentaires)0 réactions (0 réactions)0 assignés (0 assignés)Python3 677 stars (3 677 stars)279 forks (279 forks)batch import
choregood first issuepy
Description
- 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.
- Type d'issue
- refactor
- Direction de recherche
- 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.