14
0
forked from pool/python-pylint

Accepting request 1005407 from home:stroeder:python

update to 2.15.3

OBS-URL: https://build.opensuse.org/request/show/1005407
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=133
This commit is contained in:
2022-09-22 19:44:09 +00:00
committed by Git OBS Bridge
parent 9debae03a4
commit 1aafb1252d
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Sep 22 12:45:04 UTC 2022 - Michael Ströder <michael@stroeder.com>
- update to 2.15.3
* Fixed a crash in the unhashable-member checker when using a lambda as a dict key. 7453
* Fix a crash in the modified-iterating-dict checker involving
instance attributes. #7461
* invalid-class-object does not crash anymore when __class__ is assigned
alongside another variable. #7467
* Fix false positive for global-variable-not-assigned when a global
variable is re-assigned via an ImportFrom node. #4809
* Fix false positive for undefined-loop-variable in for-else loops that
use a function having a return type annotation of NoReturn or Never. #7311
* --help-msg now accepts a comma-separated list of message IDs again. #7471
-------------------------------------------------------------------
Mon Sep 12 20:22:59 UTC 2022 - Dirk Müller <dmueller@suse.com>