Path to this page:
Subject: CVS commit: pkgsrc/devel/py-ruff
From: Adam Ciarcinski
Date: 2024-10-24 19:45:57
Message id: 20241024174557.7AB2FFC7E@cvs.NetBSD.org
Log Message:
py-ruff: updated to 0.7.1
0.7.1
Preview features
Fix E221 and E222 to flag missing or extra whitespace around == operator
Formatter: Alternate quotes for strings inside f-strings in preview
Formatter: Join implicit concatenated strings when they fit on a line
[pylint] Restrict iteration-over-set to only work on sets of literals (PLC0208)
Rule changes
[flake8-type-checking] Support auto-quoting when annotations contain quotes
Server
Avoid indexing the workspace for single-file mode
Bug fixes
Make ARG002 compatible with EM101 when raising NotImplementedError
Other changes
Introduce more Docker tags for Ruff (similar to uv)
Files: