- update to 4.0.5:
* Fix possibly-used-before-assignment false positive when using
self.fail() in tests.
* Fixed false positive for ``logging-unsupported-format`` when
no arguments are provided to logging functions.
* According to Python's logging documentation, no formatting is
performed when no arguments are supplied, so strings like
``logging.error("%test")`` are valid.
* Fix a false positive for ``invalid-name`` where a dataclass
field typed with ``Final`` was evaluated against the
``class_const`` regex instead of the ``class_attribute`` regex.
* Avoid emitting `unspecified-encoding` (W1514) when `py-
version` is 3.15+.
* Fix `--known_third_party` config being ignored.
* Fixed dynamic color mapping for "fail-on" messages when using
multiple reporter/output formats.
OBS-URL: https://build.opensuse.org/request/show/1335775
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylint?expand=0&rev=53
Description
No description provided
Languages
RPM Spec
100%