-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
chore(pylint): Reenable super-with-arguments check #16138
chore(pylint): Reenable super-with-arguments check #16138
Conversation
12f1cb2
to
f7574e0
Compare
Codecov Report
@@ Coverage Diff @@
## master #16138 +/- ##
==========================================
- Coverage 76.90% 76.71% -0.20%
==========================================
Files 995 995
Lines 52842 52884 +42
Branches 6709 6721 +12
==========================================
- Hits 40640 40569 -71
- Misses 11976 12090 +114
+ Partials 226 225 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* master: chore(pylint): Reenable ungrouped-imports check (#16256) chore(pylint): Re-enable super-with-arguments check (#16138) fix: disable text reports for now (#16257) fix: pivot col names in post_process (#16262) chore: Improves the flow to create a new chart (#16252) Move pagination outside of table (#16232)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
Co-authored-by: John Bodley <john.bodley@airbnb.com>
SUMMARY
Re-enabling the Pylint
super-with-arguments
check.TESTING INSTRUCTIONS
CI.
ADDITIONAL INFORMATION