forked from pool/python-ruff
- update to 0.4.9:
* Preview features
+ [pylint] Implement consider-dict-items (C0206) (#11688)
+ [refurb] Implement repeated-global (FURB154) (#11187)
* Rule changes
+ [pycodestyle] Adapt fix for E203 to work identical to ruff
format (#10999)
* Formatter
+ Fix formatter instability for lines only consisting of
zero-width characters (#11748)
* Server
+ Add supported commands in server capabilities (#11850)
+ Use real file path when available in ruff server (#11800)
+ Improve error message when a command is run on an unavailable
document (#11823)
+ Introduce the ruff.printDebugInformation command (#11831)
+ Tracing system now respects log level and trace level, with
options to log to a file (#11747)
+ Handle non-printable characters in diff view (#11687)
* Bug fixes
+ [refurb] Avoid suggesting starmap when arguments are used
outside call (FURB140)
+ [flake8-bugbear] Avoid panic in B909 when checking large
loop blocks (#11772)
+ [refurb] Fix misbehavior of operator.itemgetter when getter
param is a tuple (FURB118) (#11774)
- update ruff:
* by refactoring the lexer and parser to maintain synchronicity between them
* Preview features
* [flake8-bugbear] Implement return-in-generator (B901)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=64
This commit is contained in:
1066
python-ruff.changes
1066
python-ruff.changes
File diff suppressed because it is too large
Load Diff
@@ -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.4.8
|
Version: 0.4.9
|
||||||
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:16d717b1d57b2e2fd68bd0bf80fb43931b79d05a7131aa477d66fc40fbd86268
|
|
||||||
size 2559790
|
|
||||||
3
ruff-0.4.9.tar.gz
Normal file
3
ruff-0.4.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f1cb0828ac9533ba0135d148d214e284711ede33640465e706772645483427e3
|
||||||
|
size 2575961
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:44cf73b2e237765d01b090c87ec11507d6fb4f62789a86a898357eab24bde2c4
|
oid sha256:d4cb3f2d7e8e7f4b2962c3bc8d68a95c0c5e6c31fdb0bc26ca30c304eae00caf
|
||||||
size 25333500
|
size 26340849
|
||||||
|
|||||||
Reference in New Issue
Block a user