chore(deps): update dependency ruff to ^0.8.4 #267

Merged
Xefir merged 1 commits from renovate/ruff-0.x into master 2024-12-20 08:19:49 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
ruff (source, changelog) dev-dependencies patch ^0.8.3 -> ^0.8.4

Release Notes

astral-sh/ruff (ruff)

v0.8.4

Compare Source

Preview features
  • `airflow`] Extend `AIR302` with additional functions and classes ([#​15015](https://github.com/astral-sh/ruff/pull/15015))
    
  • `airflow`] Implement `moved-to-provider-in-3` for modules that has been moved to Airflow providers (`AIR303`) ([#​14764](https://github.com/astral-sh/ruff/pull/14764))
    
  • `flake8-use-pathlib`] Extend check for invalid path suffix to include the case `"."` (`PTH210`) ([#​14902](https://github.com/astral-sh/ruff/pull/14902))
    
  • `perflint`] Fix panic in `PERF401` when list variable is after the `for` loop ([#​14971](https://github.com/astral-sh/ruff/pull/14971))
    
  • `perflint`] Simplify finding the loop target in `PERF401` ([#​15025](https://github.com/astral-sh/ruff/pull/15025))
    
  • `pylint`] Preserve original value format (`PLR6104`) ([#​14978](https://github.com/astral-sh/ruff/pull/14978))
    
  • `ruff`] Avoid false positives for `RUF027` for typing context bindings ([#​15037](https://github.com/astral-sh/ruff/pull/15037))
    
  • `ruff`] Check for ambiguous pattern passed to `pytest.raises()` (`RUF043`) ([#​14966](https://github.com/astral-sh/ruff/pull/14966))
    
    
Rule changes
  • `flake8-bandit`] Check `S105` for annotated assignment ([#​15059](https://github.com/astral-sh/ruff/pull/15059))
    
  • `flake8-pyi`] More autofixes for `redundant-none-literal` (`PYI061`) ([#​14872](https://github.com/astral-sh/ruff/pull/14872))
    
  • `pydocstyle`] Skip leading whitespace for `D403` ([#​14963](https://github.com/astral-sh/ruff/pull/14963))
    
  • `ruff`] Skip `SQLModel` base classes for `mutable-class-default` (`RUF012`) ([#​14949](https://github.com/astral-sh/ruff/pull/14949))
    
    
Bug
  • `perflint`] Parenthesize walrus expressions in autofix for `manual-list-comprehension` (`PERF401`) ([#​15050](https://github.com/astral-sh/ruff/pull/15050))
    
    
Server
  • Check diagnostic refresh support from client capability which enables dynamic configuration for various editors (#​15014)

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.8.3` -> `^0.8.4` | --- ### Release Notes <details> <summary>astral-sh/ruff (ruff)</summary> ### [`v0.8.4`](https://github.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#084) [Compare Source](https://github.com/astral-sh/ruff/compare/0.8.3...0.8.4) ##### Preview features - \[`airflow`] Extend `AIR302` with additional functions and classes ([#&#8203;15015](https://github.com/astral-sh/ruff/pull/15015)) - \[`airflow`] Implement `moved-to-provider-in-3` for modules that has been moved to Airflow providers (`AIR303`) ([#&#8203;14764](https://github.com/astral-sh/ruff/pull/14764)) - \[`flake8-use-pathlib`] Extend check for invalid path suffix to include the case `"."` (`PTH210`) ([#&#8203;14902](https://github.com/astral-sh/ruff/pull/14902)) - \[`perflint`] Fix panic in `PERF401` when list variable is after the `for` loop ([#&#8203;14971](https://github.com/astral-sh/ruff/pull/14971)) - \[`perflint`] Simplify finding the loop target in `PERF401` ([#&#8203;15025](https://github.com/astral-sh/ruff/pull/15025)) - \[`pylint`] Preserve original value format (`PLR6104`) ([#&#8203;14978](https://github.com/astral-sh/ruff/pull/14978)) - \[`ruff`] Avoid false positives for `RUF027` for typing context bindings ([#&#8203;15037](https://github.com/astral-sh/ruff/pull/15037)) - \[`ruff`] Check for ambiguous pattern passed to `pytest.raises()` (`RUF043`) ([#&#8203;14966](https://github.com/astral-sh/ruff/pull/14966)) ##### Rule changes - \[`flake8-bandit`] Check `S105` for annotated assignment ([#&#8203;15059](https://github.com/astral-sh/ruff/pull/15059)) - \[`flake8-pyi`] More autofixes for `redundant-none-literal` (`PYI061`) ([#&#8203;14872](https://github.com/astral-sh/ruff/pull/14872)) - \[`pydocstyle`] Skip leading whitespace for `D403` ([#&#8203;14963](https://github.com/astral-sh/ruff/pull/14963)) - \[`ruff`] Skip `SQLModel` base classes for `mutable-class-default` (`RUF012`) ([#&#8203;14949](https://github.com/astral-sh/ruff/pull/14949)) ##### Bug - \[`perflint`] Parenthesize walrus expressions in autofix for `manual-list-comprehension` (`PERF401`) ([#&#8203;15050](https://github.com/astral-sh/ruff/pull/15050)) ##### Server - Check diagnostic refresh support from client capability which enables dynamic configuration for various editors ([#&#8203;15014](https://github.com/astral-sh/ruff/pull/15014)) </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=-->
Renovate added 1 commit 2024-12-19 23:28:59 +00:00
chore(deps): update dependency ruff to ^0.8.4
All checks were successful
divent / lint (push) Successful in 2m21s
divent / docker (push) Successful in 2m11s
divent / pypi (push) Has been skipped
70de698732
Xefir merged commit 78dd8c2c6d into master 2024-12-20 08:19:49 +00:00
Xefir deleted branch renovate/ruff-0.x 2024-12-20 08:19:49 +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#267
No description provided.