15 comments (15 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python279 forks (279 forks)batch import
choregood first issuepy
Repository metrics
- Stars
- 3,677 stars (3,677 stars)
- PR merge metrics
- Avg merge 2m (Avg merge 2m)1 merged PR in 30d (1 merged PR in 30d)
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.
Contributor guide
- Research direction
- Set up mypy locally, run it on the py/examples directory, and fix all type errors reported.
- Tech stack
- python
- Domain
- backend
- Issue type
- Chore
- Prerequisites
- PythonMypyGit