Path to this page:
Subject: CVS commit: pkgsrc/devel/py-ruff
From: Adam Ciarcinski
Date: 2024-04-19 21:43:59
Message id: 20240419194359.21014FA2C@cvs.NetBSD.org
Log Message:
py-ruff: updated to 0.4.1
v0.4.1
Changes
Preview features
[pylint] Implement invalid-hash-returned (PLE0309)
[pylint] Implement invalid-index-returned (PLE0305)
Bug fixes
[pylint] Allow NoReturn-like functions for __str__, __len__, etc. (PLE0307)
Parser: Use empty range when there's "gap" in token source
[ruff] Ignore stub functions in unused-async (RUF029)
Parser: Expect indented case block instead of match stmt
Files: