diff --git a/_service b/_service index 456f034..9b57a9a 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - ruff-0.1.2.tar.gz + ruff-0.1.3.tar.gz zst true diff --git a/python-ruff.changes b/python-ruff.changes index eaa611a..216eeb3 100644 --- a/python-ruff.changes +++ b/python-ruff.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Fri Oct 27 07:53:47 UTC 2023 - Ondřej Súkup + +- Update to 0.1.3 + * Formatter + * Avoid space around pow for None, True and False + * Avoid sorting all paths in the format command + * Insert necessary blank line between class and leading comments + * Avoid introducing new parentheses in annotated assignments + * Refine the warnings about incompatible linter options + * Add test and basic implementation for formatter preview mode + * Refine warning about incompatible isort settings + * Only omit optional parentheses for starting or ending with parentheses + * Use source type to determine parser mode for formatting + * Don't warn about magic trailing comma when isort.force-single-line is true + * Use SourceKind::diff for formatter + * Fix fmt:off with trailing child comment + * Formatter parentheses support for IpyEscapeCommand + * Linter + * [pylint] Add buffer methods to bad-dunder-method-name (PLW3201) exclusions + * Match rule prefixes from external codes setting in unused-noqa + * Use line-length setting for isort in lieu of pycodestyle.max-line-length + * Update fix for unnecessary-paren-on-raise-exception to unsafe for unknown types + * Correct quick fix message for W605 + * Documentation + * Fix typo in max-doc-length documentation + * Improve documentation around linter-formatter conflicts + * Fix link to error suppression documentation in unused-noqa + * Add external option to unused-noqa documentation + * Add title attribute to icons + * Clarify unsafe case in RSE102 + * Fix skipping formatting examples + * docs: fix name of magic-trailing-comma option in README + * Add note about scope of rule changing in versioning policy + * Document: Fix default lint rules + * Fix a wrong setting in configuration.md + * Fix misspelled TOML headers in the tutorial + ------------------------------------------------------------------- Wed Oct 25 12:38:40 UTC 2023 - ecsos diff --git a/python-ruff.spec b/python-ruff.spec index 2ac27fa..24f033c 100644 --- a/python-ruff.spec +++ b/python-ruff.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-ruff -Version: 0.1.2 +Version: 0.1.3 Release: 0 Summary: An extremely fast Python linter, written in Rust License: MIT diff --git a/ruff-0.1.2.tar.gz b/ruff-0.1.2.tar.gz deleted file mode 100644 index ddf9a07..0000000 --- a/ruff-0.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afd4785ae060ce6edcd52436d0c197628a918d6d09e3107a892a1bad6a4c6608 -size 1661854 diff --git a/ruff-0.1.3.tar.gz b/ruff-0.1.3.tar.gz new file mode 100644 index 0000000..b281ea5 --- /dev/null +++ b/ruff-0.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba6145369a151401d5db79f0a47d50e470384d0d89d0d6f7fab0b589ad07c34 +size 1667977 diff --git a/vendor.tar.zst b/vendor.tar.zst index 719f818..f8f872b 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b0b634c409d5638b97322959dbe19701a3f7d2b0c34e8cf80647708eb9c3d533 -size 29015443 +oid sha256:05f649636e77d37ad2720624f9cd6144fe94654a55516de87d1a35fb68fa9bb8 +size 29012845