Subject: CVS commit: pkgsrc/devel/py-ruff
From: Adam Ciarcinski
Date: 2024-03-07 11:52:57
Message id: 20240307105257.F2484FA2A@cvs.NetBSD.org

Log Message:
py-ruff: updated to 0.3.1

v0.3.1

Preview features

[pycodestyle] Fix E301 not triggering on decorated methods.
[pycodestyle] Respect isort settings in blank line rules (E3*)
[pycodestyle] Make blank lines in typing stub files optional (E3*)
[pylint] Implement singledispatch-method (E1519)
[pylint] Implement useless-exception-statement (W0133)

Rule changes

[flake8-debugger] Check for use of debugpy and ptvsd debug modules
[pyupgrade] Generate diagnostic for all valid f-string conversions regardless of \ 
line length (UP032)
[pep8_naming] Add fixes for N804 and N805

CLI

Colorize the output of ruff format --diff
Make --config and --isolated global flags
Correctly expand tildes and environment variables in paths passed to --config

Configuration

Accept a PEP 440 version specifier for required-version
Implement isort's default-section setting

Bug fixes

Remove trailing space from CapWords message
Respect external codes in file-level exemptions
[flake8-raise] Avoid false-positives for parens-on-raise with future.exception() \ 
(RSE102)
[pylint] Add fix for unary expressions in PLC2801
[ruff] Fix RUF028 not allowing # fmt: skip on match cases

Files:
RevisionActionfile
1.14modifypkgsrc/devel/py-ruff/Makefile
1.14modifypkgsrc/devel/py-ruff/cargo-depends.mk
1.14modifypkgsrc/devel/py-ruff/distinfo