diff options
author | Jacob Walls <jacobtylerwalls@gmail.com> | 2022-05-09 14:44:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 14:44:05 -0400 |
commit | 273a8b25620467c1e5686aa8d2a1dbb8c02c78d0 (patch) | |
tree | 8fa1f4743fd5fbc9390b1075b9f30d433d7431d0 /ChangeLog | |
parent | 737f5bdaa708be4cbaec58eb4b1b939d8d897a6a (diff) | |
download | pylint-git-273a8b25620467c1e5686aa8d2a1dbb8c02c78d0.tar.gz |
Add regression test for #6497 (#6498)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -307,6 +307,11 @@ What's New in Pylint 2.13.9? ============================ Release date: TBA + +* Fix false positives for ``no-name-in-module`` and ``import-error`` for ``numpy.distutils`` and ``pydantic``. + + Closes #6497 + * Fix ``IndexError`` crash in ``uninferable_final_decorators`` method. Relates to #6531 |