- update to 0.4.10
* Parser * Implement re-lexing logic for better error recovery * Rule changes * [flake8-copyright] Update CPY001 to check the first 4096 bytes instead of 1024 * [pycodestyle] Update E999 to show all syntax errors instead of just the first one * Server * Add tracing setup guide to Helix documentation * Add tracing setup guide to Neovim documentation * Defer notebook cell deletion to avoid an error message * Security * Guard against malicious ecosystem comment artifacts OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=65
This commit is contained in:
parent
932fff28b3
commit
83129278d1
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 24 09:27:54 UTC 2024 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- update to 0.4.10
|
||||||
|
* Parser
|
||||||
|
* Implement re-lexing logic for better error recovery
|
||||||
|
* Rule changes
|
||||||
|
* [flake8-copyright] Update CPY001 to check the first 4096 bytes instead of 1024
|
||||||
|
* [pycodestyle] Update E999 to show all syntax errors instead of just the first one
|
||||||
|
* Server
|
||||||
|
* Add tracing setup guide to Helix documentation
|
||||||
|
* Add tracing setup guide to Neovim documentation
|
||||||
|
* Defer notebook cell deletion to avoid an error message
|
||||||
|
* Security
|
||||||
|
* Guard against malicious ecosystem comment artifacts
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 17 09:33:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Mon Jun 17 09:33:37 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.4.9
|
Version: 0.4.10
|
||||||
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
|
||||||
|
3
ruff-0.4.10.tar.gz
Normal file
3
ruff-0.4.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3aa4f2bc388a30d346c56524f7cacca85945ba124945fe489952aadb6b5cd804
|
||||||
|
size 2577674
|
@ -1,3 +0,0 @@
|
|||||||
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:d4cb3f2d7e8e7f4b2962c3bc8d68a95c0c5e6c31fdb0bc26ca30c304eae00caf
|
oid sha256:887e7fd9468c9e68ad045abf354a922f0431e034ef201ce688332eb3a6ef3410
|
||||||
size 26340849
|
size 25317964
|
||||||
|
Loading…
x
Reference in New Issue
Block a user