From fb45b581372cdcb87f959ee912c5284a88d84197 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 12 Aug 2024 10:57:10 -0400 Subject: [PATCH] chore: Update pylintrc --- pylintrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pylintrc b/pylintrc index 2712717..11bc215 100644 --- a/pylintrc +++ b/pylintrc @@ -64,7 +64,7 @@ # SERIOUSLY. # # ------------------------------ -# Generated by edx-lint version: 5.3.0 +# Generated by edx-lint version: 5.3.7 # ------------------------------ [MASTER] ignore = migrations @@ -259,6 +259,7 @@ enable = useless-suppression, disable = bad-indentation, + broad-exception-raised, consider-using-f-string, duplicate-code, file-ignored, @@ -383,6 +384,6 @@ ext-import-graph = int-import-graph = [EXCEPTIONS] -overgeneral-exceptions = Exception +overgeneral-exceptions = builtins.Exception -# 1e3dbff6aa778644c68d245ad972c7cf9926188a +# 99437a773a20fabf842bf2a5e67e4308b8de8534