python-ruff/_service
Dirk Mueller 6379086470 - update to 0.6.7:
* Add Python version support to ruff analyze CLI
  * Add `exclude` support to `ruff analyze`
  * Fix parentheses around return type annotations
  * \[`pycodestyle`\] Fix: Don't autofix if the first line ends
    in a question mark? (D400)
  * Respect `lint.exclude` in ruff check `--add-noqa`
  * Avoid tracking module resolver files in Salsa
- update to 0.6.6:
  * \[`refurb`\] Skip `slice-to-remove-prefix-or-suffix`
    (`FURB188`) when non-trivial slice steps are present
  * Add a subcommand to generate dependency graphs
  * Fix placement of inline parameter comments
  * Fix off-by one error in the `LineIndex::offset` calculation
  * \[`fastapi`\] Respect FastAPI aliases in route definitions
  * \[`pydocstyle`\] Respect word boundaries when detecting
    function signature in docs
   * [pydoclint] Ignore DOC201 when function name is "new"
   * [refurb] Implement slice-to-remove-prefix-or-suffix (FURB188)
 * Rule changes
   * [eradicate] Ignore script-comments with multiple end-tags (ERA001)
       was added in a newer version than specified in Ruff config (F821)
   * Add support for extensionless Python files for server
   * Fix configuration inheritance for configurations specified in the LSP settings
 * Bug fixes
   * [ruff] Handle unary operators in decimal-from-float-literal (RUF032)
 * CLI
   * Only include rules with diagnostics in SARIF metadata
   * Add "Copy as pyproject.toml/ruff.toml" and "Paste from TOML"
   * Fix errors not shown for restored snippet on page load

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=83
2024-09-23 12:02:23 +00:00

10 lines
309 B
Plaintext

<services>
<service name="download_files" mode="manual" />
<service name="cargo_vendor" mode="manual">
<param name="srctar">ruff-*.tar.gz</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="manual" />
</services>