forked from pool/python-ruff
- update to 0.5.1:
* Enable token-based rules on source with syntax errors
* \[`flake8-bandit`\] Detect `httpx` for `S113`
* \[`numpy`\] Update `NPY201` to include exception deprecations
* \[`pylint`\] Generate autofix for `duplicate-bases`
(`PLE0241`)
* Avoid syntax error notification for source code actions
* Consider the content of the new cells during notebook sync
* Fix replacement edit range computation
* Disable auto-fix when source has syntax errors
* Fix cache key collisions for paths with separators
* Make `requires-python` inference robust to `==`
* Use char-wise width instead of `str`-width
* \[`pycodestyle`\] Avoid `E275` if keyword followed by comma
* \[`pycodestyle`\] Avoid `E275` if keyword is followed by a
semicolon
* \[`pylint`\] Skip dummy variables for `PLR1704`
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=69
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 8 09:48:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.5.1:
|
||||
* Enable token-based rules on source with syntax errors
|
||||
* \[`flake8-bandit`\] Detect `httpx` for `S113`
|
||||
* \[`numpy`\] Update `NPY201` to include exception deprecations
|
||||
* \[`pylint`\] Generate autofix for `duplicate-bases`
|
||||
(`PLE0241`)
|
||||
* Avoid syntax error notification for source code actions
|
||||
* Consider the content of the new cells during notebook sync
|
||||
* Fix replacement edit range computation
|
||||
* Disable auto-fix when source has syntax errors
|
||||
* Fix cache key collisions for paths with separators
|
||||
* Make `requires-python` inference robust to `==`
|
||||
* Use char-wise width instead of `str`-width
|
||||
* \[`pycodestyle`\] Avoid `E275` if keyword followed by comma
|
||||
* \[`pycodestyle`\] Avoid `E275` if keyword is followed by a
|
||||
semicolon
|
||||
* \[`pylint`\] Skip dummy variables for `PLR1704`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 08:21:42 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user