Skip to content

Commit

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

---

### Release Notes

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

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

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

#### What's Changed

- Re-run benchmark and update documentation by
[@&#8203;charliermarsh](https://github.com/charliermarsh) in
[astral-sh/ruff#1907
- Derive Hash instead of implementing it by hand by
[@&#8203;not-my-profile](https://github.com/not-my-profile) in
[astral-sh/ruff#1890
- Add backticks to B904's message by
[@&#8203;harupy](https://github.com/harupy) in
[astral-sh/ruff#1914
- Refactor `flake8_tidy_imports` by
[@&#8203;not-my-profile](https://github.com/not-my-profile) in
[astral-sh/ruff#1909
- Trigger update to pre-commit mirror after pypi publish by
[@&#8203;pmbarrett314](https://github.com/pmbarrett314) in
[astral-sh/ruff#1910
- Rewrite `lru_cache` to `cache` on Python 3.9+ by
[@&#8203;charliermarsh](https://github.com/charliermarsh) in
[astral-sh/ruff#1918
- Avoid syntax errors when fixing parenthesized unused variables by
[@&#8203;charliermarsh](https://github.com/charliermarsh) in
[astral-sh/ruff#1919
- Add some new testimonials by
[@&#8203;charliermarsh](https://github.com/charliermarsh) in
[astral-sh/ruff#1921
- Avoid removing statements that contain side-effects by
[@&#8203;charliermarsh](https://github.com/charliermarsh) in
[astral-sh/ruff#1920
- Add benchmark scripts for no-IO by
[@&#8203;charliermarsh](https://github.com/charliermarsh) in
[astral-sh/ruff#1925
- Add flake8-pie PIE796: prefer-unique-enum by
[@&#8203;ljesparis](https://github.com/ljesparis) in
[astral-sh/ruff#1923
- \[pyupgrade] Automatically rewrite format-strings to f-strings by
[@&#8203;colin99d](https://github.com/colin99d) in
[astral-sh/ruff#1905

#### New Contributors

- [@&#8203;pmbarrett314](https://github.com/pmbarrett314) made their
first contribution in
[astral-sh/ruff#1910
- [@&#8203;ljesparis](https://github.com/ljesparis) made their first
contribution in
[astral-sh/ruff#1923

**Full Changelog**:
astral-sh/ruff@v0.0.223...v0.0.224

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

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 Jan 17, 2023
1 parent 31cc4e6 commit a1ea7b5
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.223"
ruff = "^0.0.224"
pytest-xdist = "^3.1.0"
pytest-cov = "^4.0.0"
ninja = "^1.11.1"

0 comments on commit a1ea7b5

Please sign in to comment.