-
Notifications
You must be signed in to change notification settings - Fork 23
Commit 3fc53b9
authored
chore(deps): update dependency ruff to v0.11.4 (#1287)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ruff](https://docs.astral.sh/ruff)
([source](https://redirect.github.com/astral-sh/ruff),
[changelog](https://redirect.github.com/astral-sh/ruff/blob/main/CHANGELOG.md))
| `0.11.2` -> `0.11.4` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>astral-sh/ruff (ruff)</summary>
###
[`v0.11.4`](https://redirect.github.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#0114)
[Compare
Source](https://redirect.github.com/astral-sh/ruff/compare/0.11.3...0.11.4)
##### Preview features
- \[`ruff`] Implement `invalid-rule-code` as `RUF102`
([#​17138](https://redirect.github.com/astral-sh/ruff/pull/17138))
- \[syntax-errors] Detect duplicate keys in `match` mapping patterns
([#​17129](https://redirect.github.com/astral-sh/ruff/pull/17129))
- \[syntax-errors] Detect duplicate attributes in `match` class patterns
([#​17186](https://redirect.github.com/astral-sh/ruff/pull/17186))
- \[syntax-errors] Detect invalid syntax in annotations
([#​17101](https://redirect.github.com/astral-sh/ruff/pull/17101))
##### Bug fixes
- \[syntax-errors] Fix multiple assignment error for class fields in
`match` patterns
([#​17184](https://redirect.github.com/astral-sh/ruff/pull/17184))
- Don't skip visiting non-tuple slice in `typing.Annotated` subscripts
([#​17201](https://redirect.github.com/astral-sh/ruff/pull/17201))
###
[`v0.11.3`](https://redirect.github.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#0113)
[Compare
Source](https://redirect.github.com/astral-sh/ruff/compare/0.11.2...0.11.3)
##### Preview features
- \[`airflow`] Add more autofixes for `AIR302`
([#​16876](https://redirect.github.com/astral-sh/ruff/pull/16876),
[#​16977](https://redirect.github.com/astral-sh/ruff/pull/16977),
[#​16976](https://redirect.github.com/astral-sh/ruff/pull/16976),
[#​16965](https://redirect.github.com/astral-sh/ruff/pull/16965))
- \[`airflow`] Move `AIR301` to `AIR002`
([#​16978](https://redirect.github.com/astral-sh/ruff/pull/16978))
- \[`airflow`] Move `AIR302` to `AIR301` and `AIR303` to `AIR302`
([#​17151](https://redirect.github.com/astral-sh/ruff/pull/17151))
- \[`flake8-bandit`] Mark `str` and `list[str]` literals as trusted
input (`S603`)
([#​17136](https://redirect.github.com/astral-sh/ruff/pull/17136))
- \[`ruff`] Support slices in `RUF005`
([#​17078](https://redirect.github.com/astral-sh/ruff/pull/17078))
- \[syntax-errors] Start detecting compile-time syntax errors
([#​16106](https://redirect.github.com/astral-sh/ruff/pull/16106))
- \[syntax-errors] Duplicate type parameter names
([#​16858](https://redirect.github.com/astral-sh/ruff/pull/16858))
- \[syntax-errors] Irrefutable `case` pattern before final case
([#​16905](https://redirect.github.com/astral-sh/ruff/pull/16905))
- \[syntax-errors] Multiple assignments in `case` pattern
([#​16957](https://redirect.github.com/astral-sh/ruff/pull/16957))
- \[syntax-errors] Single starred assignment target
([#​17024](https://redirect.github.com/astral-sh/ruff/pull/17024))
- \[syntax-errors] Starred expressions in `return`, `yield`, and `for`
([#​17134](https://redirect.github.com/astral-sh/ruff/pull/17134))
- \[syntax-errors] Store to or delete `__debug__`
([#​16984](https://redirect.github.com/astral-sh/ruff/pull/16984))
##### Bug fixes
- Error instead of `panic!` when running Ruff from a deleted directory
([#​16903](https://redirect.github.com/astral-sh/ruff/issues/16903))
([#​17054](https://redirect.github.com/astral-sh/ruff/pull/17054))
- \[syntax-errors] Fix false positive for parenthesized tuple index
([#​16948](https://redirect.github.com/astral-sh/ruff/pull/16948))
##### CLI
- Check `pyproject.toml` correctly when it is passed via stdin
([#​16971](https://redirect.github.com/astral-sh/ruff/pull/16971))
##### Configuration
- \[`flake8-import-conventions`] Add import `numpy.typing as npt` to
default `flake8-import-conventions.aliases`
([#​17133](https://redirect.github.com/astral-sh/ruff/pull/17133))
##### Documentation
- \[`refurb`] Document why `UserDict`, `UserList`, and `UserString` are
preferred over `dict`, `list`, and `str` (`FURB189`)
([#​16927](https://redirect.github.com/astral-sh/ruff/pull/16927))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 5pm on friday" (UTC), Automerge
- At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ibis-project/ibis-substrait).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent d907975 commit 3fc53b9Copy full SHA for 3fc53b9
File tree
Expand file treeCollapse file tree
1 file changed
+19
-19
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+19
-19
lines changed+19-19Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments