Skip to content

Commit

Permalink
fix: enable yield-from warning
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Jan 30, 2025
1 parent 3788d68 commit 51fd980
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 @@ -324,7 +324,6 @@ disable =
no-else-raise,
pointless-exception-statement,
consider-using-join,
use-yield-from,

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

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

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

0 comments on commit 51fd980

Please sign in to comment.