Path to this page:
Subject: CVS commit: pkgsrc/devel/py-ruff
From: Thomas Klausner
Date: 2024-03-11 14:29:54
Message id: 20240311132955.02720FA2C@cvs.NetBSD.org
Log Message:
py-ruff: update to 0.3.2.
Preview features
Improve single-with item formatting for Python 3.8 or older (#10276)
Rule changes
[pyupgrade] Allow fixes for f-string rule regardless of line length (UP032) \
(#10263)
[pycodestyle] Include actual conditions in E712 diagnostics (#10254)
Bug fixes
Fix trailing kwargs end of line comment after slash (#10297)
Fix unstable with items formatting (#10274)
Avoid repeating function calls in f-string conversions (#10265)
Fix E203 false positive for slices in format strings (#10280)
Fix incorrect Parameter range for *args and **kwargs (#10283)
Treat typing.Annotated subscripts as type definitions (#10285)
Files: