chore: update typing from `List` to `list`
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5.9k
- Forks
- 605
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 38
Description
Can use pyupgrade ([this rule](https://github.com/asottile/pyupgrade?tab=readme-ov-file#pep-585-typing-rewrites)) to ensure all the necessary changes are made automatically. We should enable rules 1-by-1 in different PR/commits to facilitate reviews (a lot of lines are expected to change).
We can add the commit to `.git-blame-ignore-revs` to keep a clean git history ([explanations](https://medium.com/@ramunarasinga/git-blame-ignore-revs-to-ignore-bulk-formatting-changes-f20ac23e6155))
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the pyupgrade PEP 585 typing rewrites rule and inspect the repository for uses of typing.List and related annotations. Apply the rules one at a time so each change can be reviewed, then record the bulk-change commit in .git-blame-ignore-revs; done means the necessary typing updates are complete and the commits remain reviewable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, python
- Domain
- developer-experience, tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100