Skip to content

Commit

Permalink
fix: enable pointless-exception-statement
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Jan 30, 2025
1 parent 036e5fe commit 17ae76e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ disable =
logging-not-lazy,
broad-exception-caught,
no-else-raise,
pointless-exception-statement,

[REPORTS]
output-format = text
Expand Down Expand Up @@ -419,4 +418,4 @@ int-import-graph =
[EXCEPTIONS]
overgeneral-exceptions = builtins.Exception

# 3d0b8dd8b00e5591a9b964b7d1e683c0b647ffeb
# 6cf1ef23130203ed6ce415baf4d2bd922ef529a4
1 change: 0 additions & 1 deletion pylintrc_tweaks
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ disable+ =
logging-not-lazy,
broad-exception-caught,
no-else-raise,
pointless-exception-statement,

[BASIC]
attr-rgx = [a-z_][a-z0-9_]{2,40}$
Expand Down

0 comments on commit 17ae76e

Please sign in to comment.