Skip to content

Commit

Permalink
chore: Update pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Aug 12, 2024
1 parent 759858f commit fb45b58
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# SERIOUSLY.
#
# ------------------------------
# Generated by edx-lint version: 5.3.0
# Generated by edx-lint version: 5.3.7
# ------------------------------
[MASTER]
ignore = migrations
Expand Down Expand Up @@ -259,6 +259,7 @@ enable =
useless-suppression,
disable =
bad-indentation,
broad-exception-raised,
consider-using-f-string,
duplicate-code,
file-ignored,
Expand Down Expand Up @@ -383,6 +384,6 @@ ext-import-graph =
int-import-graph =

[EXCEPTIONS]
overgeneral-exceptions = Exception
overgeneral-exceptions = builtins.Exception

# 1e3dbff6aa778644c68d245ad972c7cf9926188a
# 99437a773a20fabf842bf2a5e67e4308b8de8534

0 comments on commit fb45b58

Please sign in to comment.