1 Commits

Author SHA256 Message Date
9b1e56209b - 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/package/show/devel:languages:python/python-pylint?expand=0&rev=183
2026-03-02 09:56:45 +00:00