-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Fix mypy in utilities.argparse #8124
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
Fix mypy in utilities.argparse #8124
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8124 +/- ##
======================================
Coverage 88% 88%
======================================
Files 168 168
Lines 13975 13981 +6
======================================
+ Hits 12344 12350 +6
Misses 1631 1631 |
Head branch was pushed to by a user without write access
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you need further help see our docs: https://pytorch-lightning.readthedocs.io/en/latest/generated/CONTRIBUTING.html#pull-request or ask the assistance of a core contributor here or on Slack. Thank you for your contributions. |
for more information, see https://pre-commit.ci
What does this PR do?
Part of #7037. This PR disentangles large #7218. It fixes mypy typing in utilities.argparse.py.
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:
Did you have fun?
Make sure you had fun coding 🙃