-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 298e6ee
authored
⬆️ Update dependency ruff to ^0.0.252 (#61)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ruff](https://togithub.com/charliermarsh/ruff) | `^0.0.251` ->
`^0.0.252` |
[](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>charliermarsh/ruff</summary>
###
[`v0.0.252`](https://togithub.com/charliermarsh/ruff/releases/tag/v0.0.252)
[Compare
Source](https://togithub.com/charliermarsh/ruff/compare/v0.0.251...v0.0.252)
<!-- Release notes generated using configuration in .github/release.yml
at main -->
#### What's Changed
##### Rules
- \[`pylint`] `redefined-loop-name` (`W2901`) by
[@​matthewlloyd](https://togithub.com/matthewlloyd) in
[https://github.com/charliermarsh/ruff/pull/3022](https://togithub.com/charliermarsh/ruff/pull/3022)
- \[`pylint`] ` logging-too-many-args ` (`E1205`) by
[@​md384](https://togithub.com/md384) in
[https://github.com/charliermarsh/ruff/pull/3084](https://togithub.com/charliermarsh/ruff/pull/3084)
- \[`pylint`] ` logging-too-few-args ` (`E1206`) by
[@​md384](https://togithub.com/md384) in
[https://github.com/charliermarsh/ruff/pull/3084](https://togithub.com/charliermarsh/ruff/pull/3084)
##### Bug Fixes
- Include file permissions in cache key by
[@​charliermarsh](https://togithub.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/3104](https://togithub.com/charliermarsh/ruff/pull/3104)
- Skip EXE001 and EXE002 rules on Windows by
[@​charliermarsh](https://togithub.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/3111](https://togithub.com/charliermarsh/ruff/pull/3111)
- Mark `typing.assert_never` as no return by
[@​bluetech](https://togithub.com/bluetech) in
[https://github.com/charliermarsh/ruff/pull/3121](https://togithub.com/charliermarsh/ruff/pull/3121)
- Use file-specific quote for C408 by
[@​charliermarsh](https://togithub.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/3128](https://togithub.com/charliermarsh/ruff/pull/3128)
- Avoid match statement misidentification in token rules by
[@​charliermarsh](https://togithub.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/3129](https://togithub.com/charliermarsh/ruff/pull/3129)
- Upgrade RustPython to handle trailing commas in map patterns by
[@​charliermarsh](https://togithub.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/3130](https://togithub.com/charliermarsh/ruff/pull/3130)
- Avoid useless-else-on-loop for break within match by
[@​charliermarsh](https://togithub.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/3136](https://togithub.com/charliermarsh/ruff/pull/3136)
- Fix isort `no-lines-before` preceded by an empty section by
[@​bluetech](https://togithub.com/bluetech) in
[https://github.com/charliermarsh/ruff/pull/3139](https://togithub.com/charliermarsh/ruff/pull/3139)
- Support shell expansion for --config argument by
[@​charliermarsh](https://togithub.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/3107](https://togithub.com/charliermarsh/ruff/pull/3107)
- Fix =/== error in `ManualDictLookup` by
[@​Rupt](https://togithub.com/Rupt) in
[https://github.com/charliermarsh/ruff/pull/3117](https://togithub.com/charliermarsh/ruff/pull/3117)
- Include match in nested block check by
[@​charliermarsh](https://togithub.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/3137](https://togithub.com/charliermarsh/ruff/pull/3137)
- Upgrade RustPython to match new flattened exports by
[@​charliermarsh](https://togithub.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/3141](https://togithub.com/charliermarsh/ruff/pull/3141)
#### New Contributors
- [@​md384](https://togithub.com/md384) made their first
contribution in
[https://github.com/charliermarsh/ruff/pull/3084](https://togithub.com/charliermarsh/ruff/pull/3084)
- [@​Rupt](https://togithub.com/Rupt) made their first
contribution in
[https://github.com/charliermarsh/ruff/pull/3117](https://togithub.com/charliermarsh/ruff/pull/3117)
- [@​marijncv](https://togithub.com/marijncv) made their first
contribution in
[https://github.com/charliermarsh/ruff/pull/3133](https://togithub.com/charliermarsh/ruff/pull/3133)
**Full Changelog**:
astral-sh/ruff@v0.0.251...v0.0.252
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/ixm-one/pytest-cmake-presets).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDguMCIsInVwZGF0ZWRJblZlciI6IjM0LjE0OC4wIn0=-->
Signed-off-by: Renovate Bot <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 41a50b0 commit 298e6eeCopy full SHA for 298e6ee
File tree
Expand file treeCollapse file tree
2 files changed
+20
-20
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+20
-20
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.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
|
0 commit comments