pkgsrc/devel/py-pylint
adam 6652e743a3 py-pylint: updated to 2.5.3
What's New in Pylint 2.5.3?
* Fix a regression where disable comments that have checker names with numbers in them are not parsed correctly
* `property-with-parameters` properly handles abstract properties
* `continue-in-finally` no longer emitted on Python 3.8 where it's now valid
* Fix a regression where messages with dash are not fully parsed
* Fix a regression where the score was not reported with multiple jobs
* In a TOML configuration file, it's now possible to use rich (non-string) types, such as list, integer or boolean instead of strings. For example, one can now define a *list* of message identifiers to enable like this::

    enable = [
        "use-symbolic-message-instead",
        "useless-suppression",
    ]
* Protect against `AttributeError` when checking `cell-var-from-loop`
2020-06-08 16:09:49 +00:00
..
patches Use explicit encoding in setup.py for unicode source. 2020-05-16 02:11:40 +00:00
ALTERNATIVES
DESCR py-pylint: merge some improvements from py-lint 2020-05-18 13:14:17 +00:00
distinfo py-pylint: updated to 2.5.3 2020-06-08 16:09:49 +00:00
Makefile py-pylint: updated to 2.5.3 2020-06-08 16:09:49 +00:00
PLIST