We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14bd4d commit 6d8b5edCopy full SHA for 6d8b5ed
.pylintrc
@@ -13,4 +13,6 @@ disable=
13
bad-continuation,
14
fixme,
15
arguments-differ,
16
- useless-object-inheritance
+ useless-object-inheritance,
17
+ super-with-arguments,
18
+ raise-missing-from
0 commit comments