- Notifications
You must be signed in to change notification settings - Fork675
chore: enable mypy checkstrict_equality#2146
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
a0cc815 tod8ba031Compared8ba031 to8dece89CompareJohnVillalovos commentedJul 15, 2022
@nejch I am thinking it might be better to not return anything from |
a77ca4f to24a9bd7Comparenejch commentedJul 19, 2022
I'm thinking it might be best to just return whatever the server returns. This way we don't back ourselves into a corner which seems to have happened with the old python-gitlab/gitlab/client.py Lines 407 to 411 ined110bd
This way also any breaking changes are only because of GitLab and not us. WDYT? |
Enable the `mypy` `strict_equality` check.
24a9bd7 toa29cd6cCompareJohnVillalovos commentedJul 19, 2022
Works for me. I have updated it. Thanks for the review. |
codecov-commenter commentedJul 19, 2022
Codecov Report
@@ Coverage Diff @@## main #2146 +/- ##======================================= Coverage 95.39% 95.39% ======================================= Files 79 79 Lines 5149 5149 ======================================= Hits 4912 4912 Misses 237 237
Flags with carried forward coverage won't be shown.Click here to find out more.
|
Enable the
mypystrict_equalitycheck.