v2.15.3
·
2123 commits
to main
since this release
-
Fixed a crash in the
unhashable-memberchecker when using alambdaas a dict key.Closes #7453
-
Fix a crash in the
modified-iterating-dictchecker involving instance attributes.Closes #7461
-
invalid-class-objectdoes not crash anymore when__class__is assigned alongside another variable.Closes #7467
-
Fix false positive for
global-variable-not-assignedwhen a global variable is re-assigned via anImportFromnode.Closes #4809
-
Fix false positive for
undefined-loop-variableinfor-elseloops that use a function
having a return type annotation ofNoReturnorNever.Closes #7311
-
--help-msgnow accepts a comma-separated list of message IDs again.Closes #7471