13 Kommentare (13 Kommentare)0 Reaktionen (0 Reaktionen)0 zugewiesene Personen (0 zugewiesene Personen)Python3.677 Stars (3.677 Stars)279 Forks (279 Forks)batch import
choregood first issuepy
Beschreibung
- 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 Type
- refactor
- Research-Richtung
- 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.