Skip to content

Commit

Permalink
fix: update pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Jan 27, 2025
1 parent 925969e commit 54588ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ disable =
no-else-raise,
pointless-exception-statement,
consider-using-join,
use-yield-from,

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

# 4d939fe1cb5581e03dcaee5beb0c26c9d101c33c
# 7558df23a82f0dfe3853c3d1bbfcf364c182e67a
1 change: 1 addition & 0 deletions pylintrc_tweaks
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ disable+ =
no-else-raise,
pointless-exception-statement,
consider-using-join,
use-yield-from,


[BASIC]
Expand Down

0 comments on commit 54588ed

Please sign in to comment.