From cc301ed499511c56ceca3262a2302364dc146b06 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 29 Jul 2023 14:36:44 -0400 Subject: [PATCH] fix pylintrc warnings --- .pylintrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.pylintrc b/.pylintrc index a23de975..92ea2a45 100644 --- a/.pylintrc +++ b/.pylintrc @@ -365,10 +365,3 @@ ext-import-graph= # Create a graph of internal dependencies in the given file (report RP0402 must # not be disabled) int-import-graph= - - -[EXCEPTIONS] - -# Exceptions that will emit a warning when being caught. Defaults to -# "Exception" -overgeneral-exceptions=Exception