forked from pool/python-ruff
- update to 0.14.4
* Preview features * [formatter] Allow newlines after function headers without docstrings * [formatter] Avoid extra parentheses for long match patterns with as captures * [refurb] Expand fix safety for keyword arguments and Decimals (FURB164) * [refurb] Preserve argument ordering in autofix (FURB103) * Bug fixes * [server] Fix missing diagnostics for notebooks * [flake8-bugbear] Ignore non-NFKC attribute names in B009 and B010 * [refurb] Fix false negative for underscores before sign in Decimal constructor (FURB157) * [ruff] Fix false positives on starred arguments (RUF057) * Rule changes * [airflow] extend deprecated argument concurrency in airflow..DAG (AIR301) * Documentation * Improve extend docs * [flake8-comprehensions] Fix typo in C416 documentation * Revise Ruff setup instructions for Zed editor * Other changes * Make ruff analyze graph work with jupyter notebooks OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=198
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ruff
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -19,7 +20,7 @@
|
||||
%bcond_without libalternatives
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ruff
|
||||
Version: 0.14.3
|
||||
Version: 0.14.4
|
||||
Release: 0
|
||||
Summary: An extremely fast Python linter, written in Rust
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user