Accepting request 1201802 from devel:languages:python
- 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/request/show/1201802 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruff?expand=0&rev=38
This commit is contained in:
commit
17069d5b87
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 18 13:41:33 UTC 2024 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 9 08:14:16 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Mon Sep 9 08:14:16 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%bcond_without libalternatives
|
%bcond_without libalternatives
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-ruff
|
Name: python-ruff
|
||||||
Version: 0.6.4
|
Version: 0.6.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An extremely fast Python linter, written in Rust
|
Summary: An extremely fast Python linter, written in Rust
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ac3b5bfbee99973f80aa1b7cbd1c9cbce200883bdd067300c22a6cc1c7fba212
|
|
||||||
size 2469375
|
|
3
ruff-0.6.5.tar.gz
Normal file
3
ruff-0.6.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4d32d87fab433c0cf285c3683dd4dae63be05fd7a1d65b3f5bf7cdd05a6b96fb
|
||||||
|
size 2476127
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a4dfad870e192380b8895bb4e581c91185e87c0dd59765179d8d78fe9e078cc4
|
oid sha256:d9b91576e62a2a648423e317eafe44368b065bab86bf80f565e59733ed3a526a
|
||||||
size 27229027
|
size 27540799
|
||||||
|
Loading…
x
Reference in New Issue
Block a user