Skip to content

Commit

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

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/charliermarsh/ruff/compare/v0.0.234...v0.0.235)

#### Summary

Follow-up release to `v0.0.234` to fix two non-fatal issues related to
CLI output.

(No new rules or functionality.)

#### What's Changed

- Avoid duplicate CI runs triggered by pushes to pull requests by
[@&#8203;andersk](https://togithub.com/andersk) in
[astral-sh/ruff#2178
- Restore single-file license by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#2180
- Windows compatibility by
[@&#8203;sbrugman](https://togithub.com/sbrugman) in
[astral-sh/ruff#2033
- Remove stray parenthesis from fixed errors message by
[@&#8203;andersk](https://togithub.com/andersk) in
[astral-sh/ruff#2181
- Fix conflicting error message warning by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#2182

**Full Changelog**:
astral-sh/ruff@v0.0.234...v0.0.235

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

[Compare
Source](https://togithub.com/charliermarsh/ruff/compare/v0.0.233...v0.0.234)

#### What's Changed

- Move is_overlong to helpers by
[@&#8203;ericroberts](https://togithub.com/ericroberts) in
[astral-sh/ruff#2137
- Update .pre-commit-config.yml by
[@&#8203;JonathanPlasse](https://togithub.com/JonathanPlasse) in
[astral-sh/ruff#2139
- Avoid generating dirty call paths by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#2144
- Implement runtime-import-in-type-checking-block (TYP004) by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#2146
- Implement typing-only import detection (TYP001, TYP002, TYP003) by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#2147
- Add `#![warn(clippy::pedantic)]` to lib.rs and main.rs files by
[@&#8203;not-my-profile](https://togithub.com/not-my-profile) in
[astral-sh/ruff#2148
- Treat Python 3.7 as minimum supported version by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#2159
- Avoid flagging unused loop variable (B007) with locals() by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#2161
- Avoid prefer-type-error (TRY004) with intermediary control flow by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#2162
- Add an FAQ on autofix by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#2163
- Avoid re-resolving settings for repeated paths by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#2165
- Suggest input format in error case by
[@&#8203;spaceone](https://togithub.com/spaceone) in
[astral-sh/ruff#2167
- Re-add error wrapper in main.rs by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#2168
- fix: avoid flagging unused loop variable (B007) with globals(), vars()
or eval() by [@&#8203;spaceone](https://togithub.com/spaceone) in
[astral-sh/ruff#2166
- Fix singular and plural for "error(s)" by
[@&#8203;hugovk](https://togithub.com/hugovk) in
[astral-sh/ruff#2157
- Add Babel to readme by [@&#8203;akx](https://togithub.com/akx) in
[astral-sh/ruff#2170
- Add flake8-builtins options to README by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#2173
- Avoid reraise-no-cause for explicit reraises by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#2174
- Rename TYP rules to TYC by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#2175
- Actually, rename TYP rules to TCH by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#2176

**Full Changelog**:
astral-sh/ruff@v0.0.233...v0.0.234

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

[Compare
Source](https://togithub.com/charliermarsh/ruff/compare/v0.0.231...v0.0.233)

This is a rerun of `v0.0.232` (unreleased) to address build failures on
Windows.

#### What's Changed

- Move compare to helpers file by
[@&#8203;ericroberts](https://togithub.com/ericroberts) in
[astral-sh/ruff#2131
- Enable executable checks on Windows by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#2133

**Full Changelog**:
astral-sh/ruff@v0.0.232...v0.0.233

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

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 26, 2023
1 parent 4527fa2 commit 47a1b5c
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
Expand Up @@ -42,7 +42,7 @@ optional = true
pyright = "^1.1.285"
black = "^22.10.0"
isort = "^5.10.1"
ruff = "^0.0.231"
ruff = "^0.0.235"
pytest-xdist = "^3.1.0"
pytest-cov = "^4.0.0"
ninja = "^1.11.1"

0 comments on commit 47a1b5c

Please sign in to comment.