Skip to content

Commit

Permalink
⬆️ Update dependency ruff to ^0.0.239 (#48)
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://github.com/charliermarsh/ruff) | `^0.0.238` ->
`^0.0.239` |
[![age](https://badges.renovateapi.com/packages/pypi/ruff/0.0.239/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/ruff/0.0.239/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/ruff/0.0.239/compatibility-slim/0.0.238)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/ruff/0.0.239/confidence-slim/0.0.238)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>charliermarsh/ruff</summary>

###
[`v0.0.239`](https://github.com/charliermarsh/ruff/releases/tag/v0.0.239)

[Compare
Source](https://github.com/charliermarsh/ruff/compare/v0.0.238...v0.0.239)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

#### What's Changed

##### Rules

- \[`pyupgrade`] Implement import-replacement rule (`UP035`) by
[@&#8203;colin99d](https://github.com/colin99d) in
[https://github.com/charliermarsh/ruff/pull/2049](https://github.com/charliermarsh/ruff/pull/2049)
- \[`flake8-raise`] Add Plugin and `RSE102` Rule by
[@&#8203;saadmk11](https://github.com/saadmk11) in
[https://github.com/charliermarsh/ruff/pull/2354](https://github.com/charliermarsh/ruff/pull/2354)
- \[`flake8-quotes`] Allow implicit multiline strings with internal
quotes to use non-preferred quote by
[@&#8203;charliermarsh](https://github.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/2416](https://github.com/charliermarsh/ruff/pull/2416)

##### Documentation

- Add a link to MkDocs by
[@&#8203;charliermarsh](https://github.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/2370](https://github.com/charliermarsh/ruff/pull/2370)
- Use human-readable types for documentation values by
[@&#8203;charliermarsh](https://github.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/2375](https://github.com/charliermarsh/ruff/pull/2375)

##### Bug Fixes

- \[`I001`] fix isort check for files with tabs and no indented blocks
by [@&#8203;sciyoshi](https://github.com/sciyoshi) in
[https://github.com/charliermarsh/ruff/pull/2374](https://github.com/charliermarsh/ruff/pull/2374)
- Don't panic for --statistics with no errors by
[@&#8203;charliermarsh](https://github.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/2391](https://github.com/charliermarsh/ruff/pull/2391)
- Handle multi-byte lines in RUF100 by
[@&#8203;charliermarsh](https://github.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/2392](https://github.com/charliermarsh/ruff/pull/2392)
- Avoid implicit-namespace-package checks for .pyi files by
[@&#8203;charliermarsh](https://github.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/2420](https://github.com/charliermarsh/ruff/pull/2420)
- Include per-file ignore matches in debug logging by
[@&#8203;charliermarsh](https://github.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/2376](https://github.com/charliermarsh/ruff/pull/2376)
- Include method name in B027 message by
[@&#8203;charliermarsh](https://github.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/2403](https://github.com/charliermarsh/ruff/pull/2403)
- Avoid flagging same-condition cases in SIM103 by
[@&#8203;charliermarsh](https://github.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/2404](https://github.com/charliermarsh/ruff/pull/2404)
- feat: let SIM103 return expressions without bool() wrapping by
[@&#8203;spaceone](https://github.com/spaceone) in
[https://github.com/charliermarsh/ruff/pull/2410](https://github.com/charliermarsh/ruff/pull/2410)
- feat: let SIM210 return expressions without bool() wrapping
([#&#8203;2410](https://github.com/charliermarsh/ruff/issues/2410)) by
[@&#8203;spaceone](https://github.com/spaceone) in
[https://github.com/charliermarsh/ruff/pull/2426](https://github.com/charliermarsh/ruff/pull/2426)
- fix: ignore fix if "bool" is not builtin by
[@&#8203;spaceone](https://github.com/spaceone) in
[https://github.com/charliermarsh/ruff/pull/2429](https://github.com/charliermarsh/ruff/pull/2429)
- Avoid Bandit false-positives for empty-string-as-password by
[@&#8203;charliermarsh](https://github.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/2421](https://github.com/charliermarsh/ruff/pull/2421)

#### New Contributors

- [@&#8203;eriknw](https://github.com/eriknw) made their first
contribution in
[https://github.com/charliermarsh/ruff/pull/2380](https://github.com/charliermarsh/ruff/pull/2380)
- [@&#8203;has2k1](https://github.com/has2k1) made their first
contribution in
[https://github.com/charliermarsh/ruff/pull/2386](https://github.com/charliermarsh/ruff/pull/2386)

**Full Changelog**:
astral-sh/ruff@v0.0.238...v0.0.239

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTcuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExNy4xIn0=-->

Signed-off-by: Renovate Bot <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 1, 2023
1 parent a0471ef commit 7f7035e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 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 = "^22.10.0"
isort = "^5.10.1"
ruff = "^0.0.238"
ruff = "^0.0.239"
pytest-xdist = "^3.1.0"
pytest-cov = "^4.0.0"
ninja = "^1.11.1"

0 comments on commit 7f7035e

Please sign in to comment.