forked from pool/python-ruff
- update to 0.6.5:
* Preview features * [pydoclint] Ignore DOC201 when function name is "new" * [refurb] Implement slice-to-remove-prefix-or-suffix (FURB188) * Rule changes * [eradicate] Ignore script-comments with multiple end-tags (ERA001) * [pyflakes] Improve error message for UndefinedName when a builtin was added in a newer version than specified in Ruff config (F821) * Server * Add support for extensionless Python files for server * Fix configuration inheritance for configurations specified in the LSP settings * Bug fixes * [ruff] Handle unary operators in decimal-from-float-literal (RUF032) * CLI * Only include rules with diagnostics in SARIF metadata * Playground * Add "Copy as pyproject.toml/ruff.toml" and "Paste from TOML" * Fix errors not shown for restored snippet on page load OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=81
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
%bcond_without libalternatives
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ruff
|
||||
Version: 0.6.4
|
||||
Version: 0.6.5
|
||||
Release: 0
|
||||
Summary: An extremely fast Python linter, written in Rust
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user