chore(pylint): Re-enable super-with-arguments check (#16138)

Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
John Bodley
2021-08-16 09:00:24 -07:00
committed by GitHub
parent ee9a384758
commit 8e07dd28bc
4 changed files with 5 additions and 6 deletions

View File

@@ -87,7 +87,6 @@ disable=
ungrouped-imports,
import-outside-toplevel,
raise-missing-from,
super-with-arguments,
too-few-public-methods,
too-many-locals,
duplicate-code,