Run mypy in CI CD pipeline so that types are checked.
mypy should check both the hololinked and tests folder, add VS code extension when possible. It should placed alongside ruff checks in the CI pipeline file.
One may need to go through all the code and fix the types and there could be many. Optionally, split it into MRs, one with just the job and one with the code fixes.
Additional context
If contributing for the first time, CONTRIBUTING.md can help.
This can be taken as a good first issue based on one's expertise.
Run mypy in CI CD pipeline so that types are checked.
mypy should check both the
hololinkedandtestsfolder, add VS code extension when possible. It should placed alongside ruff checks in the CI pipeline file.One may need to go through all the code and fix the types and there could be many. Optionally, split it into MRs, one with just the job and one with the code fixes.
Additional context
If contributing for the first time, CONTRIBUTING.md can help.
This can be taken as a good first issue based on one's expertise.