vil02 / vil02/string_to_code_proj
Add type annotations
Open
Nobody has claimed this yet.
enhancement
good first issue
- Dominant language
- Python
- Stars
- 2
- Forks
- 4
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 10
Description
In order to improve code quality:
- add type annotations in the existing code,
- setup
mypylocally - done in #202, - setup
mypiin CI - done in #202, - run
mypywith--strict.
Contributor guide
No contributing guide indexed for this repository
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
Inspect the existing Python code and the mypy setup from issue #202, then run mypy with --strict to identify the remaining annotation work. Done means the existing code has type annotations and passes mypy --strict.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100