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-module
andimport-error
fornumpy.distutils
andpydantic
.Closes #6497
-
Fix
IndexError
crash inuninferable_final_decorators
method.Relates to #6531
-
Fix a crash in
unnecessary-dict-index-lookup
when 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-variable
when usingenumerate()
.Closes #6593