- Notifications
You must be signed in to change notification settings - Fork676
chore: add additional type-hints for gitlab/base.py#1345
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
chore: add additional type-hints for gitlab/base.py#1345
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-io commentedFeb 27, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #1345 +/- ##==========================================+ Coverage 80.07% 80.10% +0.03%========================================== Files 72 72 Lines 3764 3770 +6 ==========================================+ Hits 3014 3020 +6 Misses 750 750
Flags with carried forward coverage won't be shown.Click here to find out more.
Continue to review full report at Codecov.
|
Add type-hints for the variables which are set via self.__dict__mypy doesn't see them when they are assigned via self.__dict__. Sodeclare them in the class definition.
Uh oh!
There was an error while loading.Please reload this page.
Add type-hints for the variables which are set via self.dict
mypy doesn't see them when they are assigned via self.dict. So
declare them in the class definition.