chore(deps): update dependency ruff to v0.6.4 #233

Merged
Xefir merged 1 commits from renovate/ruff-0.x-lockfile into master 2024-09-06 07:12:41 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
ruff (source, changelog) dev-dependencies patch 0.6.3 -> 0.6.4

Release Notes

astral-sh/ruff (ruff)

v0.6.4

Compare Source

Preview features
  • `flake8-builtins`] Use dynamic builtins list based on Python version ([#​13172](https://github.com/astral-sh/ruff/pull/13172))
    
  • `pydoclint`] Permit yielding `None` in `DOC402` and `DOC403` ([#​13148](https://github.com/astral-sh/ruff/pull/13148))
    
  • `pylint`] Update diagnostic message for `PLW3201` ([#​13194](https://github.com/astral-sh/ruff/pull/13194))
    
  • `ruff`] Implement `post-init-default` (`RUF033`) ([#​13192](https://github.com/astral-sh/ruff/pull/13192))
    
  • `ruff`] Implement useless if-else (`RUF034`) ([#​13218](https://github.com/astral-sh/ruff/pull/13218))
    
    
Rule changes
  • `flake8-pyi`] Respect `pep8_naming.classmethod-decorators` settings when determining if a method is a classmethod in `custom-type-var-return-type` (`PYI019`) ([#​13162](https://github.com/astral-sh/ruff/pull/13162))
    
  • `flake8-pyi`] Teach various rules that annotations might be stringized ([#​12951](https://github.com/astral-sh/ruff/pull/12951))
    
  • `pylint`] Avoid `no-self-use` for `attrs`-style validators ([#​13166](https://github.com/astral-sh/ruff/pull/13166))
    
  • `pylint`] Recurse into subscript subexpressions when searching for list/dict lookups (`PLR1733`, `PLR1736`) ([#​13186](https://github.com/astral-sh/ruff/pull/13186))
    
  • `pyupgrade`] Detect `aiofiles.open` calls in `UP015` ([#​13173](https://github.com/astral-sh/ruff/pull/13173))
    
  • `pyupgrade`] Mark `sys.version_info[0] < 3` and similar comparisons as outdated (`UP036`) ([#&#8203;13175](https://github.com/astral-sh/ruff/pull/13175))
    
    
CLI
  • Enrich messages of SARIF results (#​13180)
  • Handle singular case for incompatible rules warning in ruff format output (#​13212)
Bug fixes
  • `pydocstyle`] Improve heuristics for detecting Google-style docstrings ([#&#8203;13142](https://github.com/astral-sh/ruff/pull/13142))
    
  • `refurb`] Treat `sep` arguments with effects as unsafe removals (`FURB105`) ([#&#8203;13165](https://github.com/astral-sh/ruff/pull/13165))
    
    

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.3` -> `0.6.4` | --- ### Release Notes <details> <summary>astral-sh/ruff (ruff)</summary> ### [`v0.6.4`](https://github.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#064) [Compare Source](https://github.com/astral-sh/ruff/compare/0.6.3...0.6.4) ##### Preview features - \[`flake8-builtins`] Use dynamic builtins list based on Python version ([#&#8203;13172](https://github.com/astral-sh/ruff/pull/13172)) - \[`pydoclint`] Permit yielding `None` in `DOC402` and `DOC403` ([#&#8203;13148](https://github.com/astral-sh/ruff/pull/13148)) - \[`pylint`] Update diagnostic message for `PLW3201` ([#&#8203;13194](https://github.com/astral-sh/ruff/pull/13194)) - \[`ruff`] Implement `post-init-default` (`RUF033`) ([#&#8203;13192](https://github.com/astral-sh/ruff/pull/13192)) - \[`ruff`] Implement useless if-else (`RUF034`) ([#&#8203;13218](https://github.com/astral-sh/ruff/pull/13218)) ##### Rule changes - \[`flake8-pyi`] Respect `pep8_naming.classmethod-decorators` settings when determining if a method is a classmethod in `custom-type-var-return-type` (`PYI019`) ([#&#8203;13162](https://github.com/astral-sh/ruff/pull/13162)) - \[`flake8-pyi`] Teach various rules that annotations might be stringized ([#&#8203;12951](https://github.com/astral-sh/ruff/pull/12951)) - \[`pylint`] Avoid `no-self-use` for `attrs`-style validators ([#&#8203;13166](https://github.com/astral-sh/ruff/pull/13166)) - \[`pylint`] Recurse into subscript subexpressions when searching for list/dict lookups (`PLR1733`, `PLR1736`) ([#&#8203;13186](https://github.com/astral-sh/ruff/pull/13186)) - \[`pyupgrade`] Detect `aiofiles.open` calls in `UP015` ([#&#8203;13173](https://github.com/astral-sh/ruff/pull/13173)) - \[`pyupgrade`] Mark `sys.version_info[0] < 3` and similar comparisons as outdated (`UP036`) ([#&#8203;13175](https://github.com/astral-sh/ruff/pull/13175)) ##### CLI - Enrich messages of SARIF results ([#&#8203;13180](https://github.com/astral-sh/ruff/pull/13180)) - Handle singular case for incompatible rules warning in `ruff format` output ([#&#8203;13212](https://github.com/astral-sh/ruff/pull/13212)) ##### Bug fixes - \[`pydocstyle`] Improve heuristics for detecting Google-style docstrings ([#&#8203;13142](https://github.com/astral-sh/ruff/pull/13142)) - \[`refurb`] Treat `sep` arguments with effects as unsafe removals (`FURB105`) ([#&#8203;13165](https://github.com/astral-sh/ruff/pull/13165)) </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-06 06:46:45 +00:00
chore(deps): update dependency ruff to v0.6.4
All checks were successful
divent / lint (push) Successful in 3m14s
divent / docker (push) Successful in 2m33s
divent / pypi (push) Has been skipped
85896108f4
Xefir merged commit 67c4133f3a into master 2024-09-06 07:12:41 +00:00
Xefir deleted branch renovate/ruff-0.x-lockfile 2024-09-06 07:12:41 +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#233
No description provided.