From 9605ea1afcae6946346e91fd7a6dd3157d6f570b Mon Sep 17 00:00:00 2001 From: Emanuele Bellocchia <54482000+ebellocchia@users.noreply.github.com> Date: Mon, 18 Oct 2021 13:35:32 +0200 Subject: [PATCH] Update prospector.yaml --- prospector.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/prospector.yaml b/prospector.yaml index 6335746..077deff 100644 --- a/prospector.yaml +++ b/prospector.yaml @@ -15,9 +15,6 @@ pylint: disable: - invalid-name - missing-module-docstring - - super-init-not-called - - unused-wildcard-import - - wildcard-import options: max-line-length: 120