forked from pool/python-ruff
8baa4a25fbec2b728d6c274d553d331ddd99d12dd4d210f77b4aebd7301220f8
* Breaking changes
* Several rules can now add from __future__ import annotations automatically
* Full module paths are now used to verify first-party modules
* Deprecated rules must now be selected by exact rule code
* The deprecated macOS configuration directory fallback has been removed
* Removed Rules
* pandas-df-variable-name (PD901)
* non-pep604-isinstance (UP038)
* Stabilization
* airflow-dag-no-schedule-argument (AIR002)
* airflow3-removal (AIR301)
* airflow3-moved-to-provider (AIR302)
* airflow3-suggested-update (AIR311)
* airflow3-suggested-to-move-to-provider (AIR312)
* long-sleep-not-forever (ASYNC116)
* f-string-number-format (FURB116)
* os-symlink (PTH211)
* generic-not-last-base-class (PYI059)
* redundant-none-literal (PYI061)
* pytest-raises-ambiguous-pattern (RUF043)
* unused-unpacked-variable (RUF059)
* useless-class-metaclass-type (UP050)
* assert-raises-exception (B017) now checks for direct calls to unittest.TestCase.assert_raises
and pytest.raises instead of only the context manager forms.
* missing-trailing-comma (COM812) and prohibited-trailing-comma (COM819) now check
for trailing commas in PEP 695 type parameter lists.
* raw-string-in-exception (EM101) now also checks for byte strings in exception messages.
* invalid-mock-access (PGH005) now checks for AsyncMock methods like
not_awaited in addition to the synchronous variants.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=183
Description
No description provided
Languages
RPM Spec
100%