From 2cf81ea6c55cfe421a1f0bd0e3cc419733645074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Thu, 10 Sep 2020 21:05:18 +0200 Subject: [PATCH] Ignore super-with-arguments pylint warning --- .pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.pylintrc b/.pylintrc index f88d6b4..d2b0d95 100644 --- a/.pylintrc +++ b/.pylintrc @@ -7,6 +7,7 @@ disable= import-outside-toplevel, line-too-long, old-style-class, + super-with-arguments, too-few-public-methods, too-many-arguments, too-many-branches,