diff --git a/pylintrc b/pylintrc index 32a671daf..c1f7e3bbb 100644 --- a/pylintrc +++ b/pylintrc @@ -103,6 +103,7 @@ disable= no-else-raise, # python 2.4.0 import-outside-toplevel, # pylint 2.4.2 f-string-without-interpolation, # pylint 2.5.0, bare f-strings are ok + super-with-arguments, # pylint 2.6.0, zero-length form is syntactic sugar [REPORTS]