SHA256
1
0
forked from pool/python-ruff

2 Commits

Author SHA256 Message Date
dd17e5b1cc - update to 0.6.9
* Preview features
   * Fix codeblock dynamic line length calculation for indented docstring examples 
   * [refurb] Mark FURB118 fix as unsafe 
 * Rule changes
   * [pydocstyle] Don't raise D208 when last line is non-empty 
   * [pylint] Preserve trivia (i.e. comments) in PLR5501 autofix 
 * Configuration
   * [pyflakes] Add allow-unused-imports setting for unused-import rule (F401) 
 * Bug fixes
   * Support ruff discovery in pip build environments 
   * [flake8-bugbear] Avoid short circuiting B017 for multiple context managers 
   * [pylint] Do not offer an invalid fix for PLR1716 when the comparisons contain parenthesis 
   * [pyupgrade] Fix UP043 to apply to collections.abc.Generator and collections.abc.AsyncGenerator 
   * [refurb] Fix handling of slices in tuples for FURB118, e.g., x[:, 1]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=87
2024-10-07 16:58:51 +00:00
a2aba31431 - update to 0.6.8:
* Preview features
   * Remove unnecessary parentheses around match case clauses 
   * Parenthesize overlong if guards in match..case clauses 
   * Detect basic wildcard imports in ruff analyze graph 
   * [pylint] Implement boolean-chained-comparison (R1716) 
 * Rule changes
   * [lake8-simplify] Detect SIM910 when using variadic keyword arguments, i.e., **kwargs 
   * [pyupgrade] Avoid false negatives with non-reference shadowed bindings of loop variables (UP028) 
 * Bug fixes
   * Detect tuples bound to variadic positional arguments i.e. *args 
   * Exit gracefully on broken pipe errors 
   * Avoid panic when analyze graph hits broken pipe 
 * Performance
   * Reuse BTreeSets in module resolver 
   * Skip traversal for non-compound statements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=85
2024-09-26 13:39:56 +00:00