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:
parent
8f9a859399
commit
932fff28b3
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 09:33:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 6 09:28:05 UTC 2024 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%bcond_without libalternatives
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ruff
|
||||
Version: 0.4.8
|
||||
Version: 0.4.9
|
||||
Release: 0
|
||||
Summary: An extremely fast Python linter, written in Rust
|
||||
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
|
||||
oid sha256:44cf73b2e237765d01b090c87ec11507d6fb4f62789a86a898357eab24bde2c4
|
||||
size 25333500
|
||||
oid sha256:d4cb3f2d7e8e7f4b2962c3bc8d68a95c0c5e6c31fdb0bc26ca30c304eae00caf
|
||||
size 26340849
|
||||
|
Loading…
Reference in New Issue
Block a user