Skip to content

Commit

Permalink
⬆️ Update dependency ruff to ^0.0.252 (#61)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](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` |
[![age](https://badges.renovateapi.com/packages/pypi/ruff/0.0.252/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/ruff/0.0.252/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/ruff/0.0.252/compatibility-slim/0.0.251)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/ruff/0.0.252/confidence-slim/0.0.251)](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
[@&#8203;matthewlloyd](https://togithub.com/matthewlloyd) in
[astral-sh/ruff#3022
- \[`pylint`] ` logging-too-many-args ` (`E1205`) by
[@&#8203;md384](https://togithub.com/md384) in
[astral-sh/ruff#3084
- \[`pylint`] ` logging-too-few-args ` (`E1206`) by
[@&#8203;md384](https://togithub.com/md384) in
[astral-sh/ruff#3084

##### Bug Fixes

- Include file permissions in cache key by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3104
- Skip EXE001 and EXE002 rules on Windows by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3111
- Mark `typing.assert_never` as no return by
[@&#8203;bluetech](https://togithub.com/bluetech) in
[astral-sh/ruff#3121
- Use file-specific quote for C408 by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3128
- Avoid match statement misidentification in token rules by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3129
- Upgrade RustPython to handle trailing commas in map patterns by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3130
- Avoid useless-else-on-loop for break within match by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3136
- Fix isort `no-lines-before` preceded by an empty section by
[@&#8203;bluetech](https://togithub.com/bluetech) in
[astral-sh/ruff#3139
- Support shell expansion for --config argument by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3107
- Fix =/== error in `ManualDictLookup` by
[@&#8203;Rupt](https://togithub.com/Rupt) in
[astral-sh/ruff#3117
- Include match in nested block check by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3137
- Upgrade RustPython to match new flattened exports by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#3141

#### New Contributors

- [@&#8203;md384](https://togithub.com/md384) made their first
contribution in
[astral-sh/ruff#3084
- [@&#8203;Rupt](https://togithub.com/Rupt) made their first
contribution in
[astral-sh/ruff#3117
- [@&#8203;marijncv](https://togithub.com/marijncv) made their first
contribution in
[astral-sh/ruff#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 <bot@renovateapp.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 22, 2023
1 parent 41a50b0 commit 298e6ee
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ optional = true
pyright = "^1.1.285"
black = "^23.0.0"
isort = "^5.10.1"
ruff = "^0.0.251"
ruff = "^0.0.252"
pytest-xdist = "^3.1.0"
pytest-cov = "^4.0.0"
ninja = "^1.11.1"

0 comments on commit 298e6ee

Please sign in to comment.