Skip to content

Commit

Permalink
Disable assignment-from-no-return.
Browse files Browse the repository at this point in the history
  • Loading branch information
rchen152 committed Feb 9, 2024
1 parent 3ed6658 commit 5333429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ disable=
arguments-differ,
arguments-out-of-order,
assigning-non-slot,
assignment-from-no-return,
attribute-defined-outside-init,
bad-mcs-classmethod-argument,
bad-option-value,
Expand Down

0 comments on commit 5333429

Please sign in to comment.