Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pylint
From: Adam Ciarcinski
Date: 2019-10-19 08:33:05
Message id: 20191019063305.78B71FBF4@cvs.NetBSD.org
Log Message:
py-pylint: updated to 2.4.3
What's New in Pylint 2.4.3?
* Fix an issue with ``unnecessary-comprehension`` in comprehensions with \
additional repacking of elements.
* ``import-outside-toplevel`` is emitted for ``ImportFrom`` nodes as well.
* Do not emit ``no-method-argument`` for functions using positional only args.
* ``consider-using-sys-exit`` is no longer emitted when `exit` is imported in \
the local scope.
* `invalid-overridden-method` takes `abc.abstractproperty` in account
* Fixed ``missing-yield-type-doc`` getting incorrectly raised when
a generator does not document a yield type but has a type annotation.
* ``typing.overload`` functions are exempted from ``too-many-function-args``
Files: