v2.13.9
·
3318 commits
to main
since this release
2.13.9 is the last release supporting python interpreter between 3.6.2 and 3.7.2.
-
Respect ignore configuration options with
--recursive=y.Closes #6471
-
Fix false positives for
no-name-in-moduleandimport-errorfornumpy.distutilsandpydantic.Closes #6497
-
Fix
IndexErrorcrash inuninferable_final_decoratorsmethod.Relates to #6531
-
Fix a crash in
unnecessary-dict-index-lookupwhen subscripting an attribute.Closes #6557
-
Fix a crash when accessing
__code__and assigning it to a variable.Closes #6539
-
Fix a false positive for
undefined-loop-variablewhen usingenumerate().Closes #6593