Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
TYP: investigate/fix ignored mypy errors #37715
Comments
Hello, I'm contributing for the first time to OSS. Can i try this one ? |
@Praveenk8051 some fixes will be easier than others. anyone is welcome to take a look at addressing any of these mypy errors. |
Thank you. I will go through the |
Hi @simonjayhawkins / @Praveenk8051 do you guys need more help ? |
@sidram05 sure. #37715 (comment)
|
@sidram05 I'm not working on this. I'm working on different issue |
@sidram05 Are you working on this ? |
In #37556
# type: ignore
were added to silence mypy errors to be fixed 'later'. If an ignore is needed due to a error with the type checker, a comment with a reference to the mypy issue on the github mypy issue tracker should be included.Further investigation or PRs welcome removing these ignores or adding comments with links to mypy issues if applicable. PRs should include 'xref #37715'
PRs could address just one error, a small handful of related errors or a complete module.
grep -rn "# type: ignore" pandas/
currently gives