Subject: CVS commit: pkgsrc/devel/py-ruff
From: Adam Ciarcinski
Date: 2025-01-07 12:55:11
Message id: 20250107115512.08F7EFC1D@cvs.NetBSD.org

Log Message:
py-ruff: updated to 0.8.6

0.8.6

Preview features

[format]: Preserve multiline implicit concatenated strings in docstring positions
[ruff] Add rule to detect empty literal in deque call (RUF025)
[ruff] Avoid reporting when ndigits is possibly negative (RUF057)

Rule changes

[flake8-todos] remove issue code length restriction (TD003)
[pyflakes] Ignore errors in @no_type_check string annotations (F722, F821)

CLI

Show errors for attempted fixes only when passed --verbose

Bug fixes

[ruff] Avoid syntax error when removing int over multiple lines (RUF046)
[pyupgrade] Revert "Add all PEP-585 names to UP006 rule"

Files:
RevisionActionfile
1.51modifypkgsrc/devel/py-ruff/Makefile
1.46modifypkgsrc/devel/py-ruff/cargo-depends.mk
1.48modifypkgsrc/devel/py-ruff/distinfo
1.10modifypkgsrc/devel/py-ruff/patches/patch-Cargo.toml