From cf99e177560809c936aff2176fc95c052b2e918d Mon Sep 17 00:00:00 2001 From: renardeinside Date: Tue, 25 Jun 2024 11:28:29 +0200 Subject: [PATCH] fix pylint --- prospector.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/prospector.yaml b/prospector.yaml index cb0164c4..eb8ad284 100644 --- a/prospector.yaml +++ b/prospector.yaml @@ -31,6 +31,7 @@ pylint: - raise-missing-from # pretty strange requirement with acquaint logic - broad-except - arguments-differ + - broad-exception-raised pycodestyle: # W293: disabled because we have newlines in docstrings