|
735b7eab27
|
- update to 0.8.2
* Preview features
* [airflow] Avoid deprecated values (AIR302)
* [airflow] Extend removed names for AIR302
* [ruff] Extend unnecessary-regular-expression to non-literal strings (RUF055)
* [ruff] Implement used-dummy-variable (RUF052)
* [ruff] Implement unnecessary-cast-to-int (RUF046)
* Rule changes
* [airflow] Check AIR001 from builtin or providers operators module
* [flake8-pytest-style] Remove @ in pytest.mark.parametrize rule messages
* [pandas-vet] Skip rules if the panda module hasn't been seen
* [pylint] Fix false negatives for ascii and sorted in len-as-condition (PLC1802)
* [refurb] Guard hashlib imports and mark hashlib-digest-hex fix as safe (FURB181)
* Configuration
* [flake8-import-conventions] Improve syntax check for aliases supplied in configuration for unconventional-import-alias (ICN001)
* Bug fixes
* Revert: [pyflakes] Avoid false positives in @no_type_check contexts (F821, F722)
* [pep8-naming] Avoid false positive for class Bar(type(foo)) (N804)
* [pycodestyle] Handle f-strings properly for invalid-escape-sequence (W605)
* [pylint] Ignore @overload in PLR0904
* [refurb] Handle non-finite decimals in verbose-decimal-constructor (FURB157)
* [ruff] Avoid emitting assignment-in-assert when all references to the assigned variable are themselves inside asserts (RUF018)
* Documentation
* Improve docs for flake8-use-pathlib rules
* Improve error messages and docs for flake8-comprehensions rules
* [flake8-type-checking] Expands TC006 docs to better explain itself
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=106
|
2024-12-06 11:37:15 +00:00 |
|