Skip to content

Commit

Permalink
assignment expressions is a bit early
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei Stepanov committed Jul 4, 2023
1 parent f9f350f commit d18d9af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ disable=locally-disabled,
logging-fstring-interpolation,
logging-format-interpolation,
unsubscriptable-object,
loop-invariant-statement
loop-invariant-statement,
consider-using-assignment-expr

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down

0 comments on commit d18d9af

Please sign in to comment.