chore(deps): update dependency ruff to v0.6.8 #237

Merged
Xefir merged 1 commits from renovate/ruff-0.x-lockfile into master 2024-09-28 01:45:38 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
ruff (source, changelog) dev-dependencies patch 0.6.6 -> 0.6.8

Release Notes

astral-sh/ruff (ruff)

v0.6.8

Compare Source

Preview features
  • Remove unnecessary parentheses around match case clauses (#​13510)
  • Parenthesize overlong if guards in match..case clauses (#​13513)
  • Detect basic wildcard imports in ruff analyze graph (#​13486)
  • `pylint`] Implement `boolean-chained-comparison` (`R1716`) ([#​13435](https://github.com/astral-sh/ruff/pull/13435))
    
    
Rule changes
  • `lake8-simplify`] Detect `SIM910` when using variadic keyword arguments, i.e., `**kwargs` ([#​13503](https://github.com/astral-sh/ruff/pull/13503))
    
  • `pyupgrade`] Avoid false negatives with non-reference shadowed bindings of loop variables (`UP028`) ([#​13504](https://github.com/astral-sh/ruff/pull/13504))
    
    
Bug fixes
  • Detect tuples bound to variadic positional arguments i.e. *args (#​13512)
  • Exit gracefully on broken pipe errors (#​13485)
  • Avoid panic when analyze graph hits broken pipe (#​13484)
Performance
  • Reuse BTreeSets in module resolver (#​13440)
  • Skip traversal for non-compound statements (#​13441)

v0.6.7

Compare Source

Preview features
  • Add Python version support to ruff analyze CLI (#​13426)
  • Add exclude support to ruff analyze (#​13425)
  • Fix parentheses around return type annotations (#​13381)
Rule changes
  • `pycodestyle`] Fix: Don't autofix if the first line ends in a question mark? (D400) ([#​13399](https://github.com/astral-sh/ruff/pull/13399))
    
    
Bug fixes
  • Respect lint.exclude in ruff check --add-noqa (#​13427)
Performance
  • Avoid tracking module resolver files in Salsa (#​13437)
  • Use forget for module resolver database (#​13438)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ruff](https://docs.astral.sh/ruff) ([source](https://github.com/astral-sh/ruff), [changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)) | dev-dependencies | patch | `0.6.6` -> `0.6.8` | --- ### Release Notes <details> <summary>astral-sh/ruff (ruff)</summary> ### [`v0.6.8`](https://github.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#068) [Compare Source](https://github.com/astral-sh/ruff/compare/0.6.7...0.6.8) ##### Preview features - Remove unnecessary parentheses around `match case` clauses ([#&#8203;13510](https://github.com/astral-sh/ruff/pull/13510)) - Parenthesize overlong `if` guards in `match..case` clauses ([#&#8203;13513](https://github.com/astral-sh/ruff/pull/13513)) - Detect basic wildcard imports in `ruff analyze graph` ([#&#8203;13486](https://github.com/astral-sh/ruff/pull/13486)) - \[`pylint`] Implement `boolean-chained-comparison` (`R1716`) ([#&#8203;13435](https://github.com/astral-sh/ruff/pull/13435)) ##### Rule changes - \[`lake8-simplify`] Detect `SIM910` when using variadic keyword arguments, i.e., `**kwargs` ([#&#8203;13503](https://github.com/astral-sh/ruff/pull/13503)) - \[`pyupgrade`] Avoid false negatives with non-reference shadowed bindings of loop variables (`UP028`) ([#&#8203;13504](https://github.com/astral-sh/ruff/pull/13504)) ##### Bug fixes - Detect tuples bound to variadic positional arguments i.e. `*args` ([#&#8203;13512](https://github.com/astral-sh/ruff/pull/13512)) - Exit gracefully on broken pipe errors ([#&#8203;13485](https://github.com/astral-sh/ruff/pull/13485)) - Avoid panic when analyze graph hits broken pipe ([#&#8203;13484](https://github.com/astral-sh/ruff/pull/13484)) ##### Performance - Reuse `BTreeSets` in module resolver ([#&#8203;13440](https://github.com/astral-sh/ruff/pull/13440)) - Skip traversal for non-compound statements ([#&#8203;13441](https://github.com/astral-sh/ruff/pull/13441)) ### [`v0.6.7`](https://github.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#067) [Compare Source](https://github.com/astral-sh/ruff/compare/0.6.6...0.6.7) ##### Preview features - Add Python version support to ruff analyze CLI ([#&#8203;13426](https://github.com/astral-sh/ruff/pull/13426)) - Add `exclude` support to `ruff analyze` ([#&#8203;13425](https://github.com/astral-sh/ruff/pull/13425)) - Fix parentheses around return type annotations ([#&#8203;13381](https://github.com/astral-sh/ruff/pull/13381)) ##### Rule changes - \[`pycodestyle`] Fix: Don't autofix if the first line ends in a question mark? (D400) ([#&#8203;13399](https://github.com/astral-sh/ruff/pull/13399)) ##### Bug fixes - Respect `lint.exclude` in ruff check `--add-noqa` ([#&#8203;13427](https://github.com/astral-sh/ruff/pull/13427)) ##### Performance - Avoid tracking module resolver files in Salsa ([#&#8203;13437](https://github.com/astral-sh/ruff/pull/13437)) - Use `forget` for module resolver database ([#&#8203;13438](https://github.com/astral-sh/ruff/pull/13438)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODEuNiIsInVwZGF0ZWRJblZlciI6IjM3LjE4MS42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Xefir added 1 commit 2024-09-22 06:36:09 +00:00
chore(deps): update dependency ruff to v0.6.7
All checks were successful
divent / lint (push) Successful in 2m34s
divent / docker (push) Successful in 2m15s
divent / pypi (push) Has been skipped
3870676bf7
Xefir force-pushed renovate/ruff-0.x-lockfile from 3870676bf7 to eba62c57ef 2024-09-27 06:52:59 +00:00 Compare
Xefir changed title from chore(deps): update dependency ruff to v0.6.7 to chore(deps): update dependency ruff to v0.6.8 2024-09-27 06:53:01 +00:00
Xefir merged commit aee86f1536 into master 2024-09-28 01:45:38 +00:00
Xefir deleted branch renovate/ruff-0.x-lockfile 2024-09-28 01:45:39 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Xefir/Divent#237
No description provided.