-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
annotations changes on new branch. #2338
Conversation
tox.ini
Outdated
mypy | ||
|
||
commands = | ||
python -m mypy {envsitepackagesdir}/pylint/checkers --ignore-missing-imports |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe run it against the current directory instead of the package installed in site-packages
?
05ed5c8
to
2c6cabe
Compare
d8b70f7
to
a8423ca
Compare
fix mypy and lint issues after annotating
This is great stuff @sushobhit27 ! Thank you so much for tackling it! I think we can merge it as is for now, and new annotations can be added later on in separate PRs. I can't wait to use it as well. :) |
Fixes / new features