forked from pool/python-ruff
- update to 0.14.10:
* Preview feature * [formatter] Fluent formatting of method chains * [formatter] Keep lambda parameters on one line and parenthesize the body if it expands * [flake8-implicit-str-concat] New rule to prevent implicit string concatenation in collections (ISC004) * [flake8-use-pathlib] Make fixes unsafe when types change in compound statements (PTH104, PTH105, PTH109, PTH115) * [refurb] Extend support for Path.open (FURB101, FURB103) * Bug fixes * [pyupgrade] Fix parsing named Unicode escape sequences (UP032) * Rule changes * [eradicate] Ignore ruff:disable and ruff:enable comments in ERA001 * [flake8-pytest-style] Allow match and check keyword arguments without an expected exception type (PT010) * [syntax-errors] Annotated name cannot be global * Documentation * Add uv and ty to the Ruff README * Document known lambda formatting deviations from Black * Update setup.md * [flake8-bandit] Fix broken link (S704) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=209
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
%bcond_without libalternatives
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ruff
|
||||
Version: 0.14.9
|
||||
Version: 0.14.10
|
||||
Release: 0
|
||||
Summary: An extremely fast Python linter, written in Rust
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user