14
0
forked from pool/python-ruff

- 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:
2024-06-24 09:30:01 +00:00
committed by Git OBS Bridge
parent 932fff28b3
commit 83129278d1
5 changed files with 22 additions and 6 deletions

View File

@@ -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>