Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Update dependency ruff to ^0.0.235 (#44)
[![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.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://github.com/charliermarsh/ruff/releases/tag/v0.0.235) [Compare Source](https://github.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 [@​andersk](https://github.com/andersk) in [https://github.com/charliermarsh/ruff/pull/2178](https://github.com/charliermarsh/ruff/pull/2178) - Restore single-file license by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2180](https://github.com/charliermarsh/ruff/pull/2180) - Windows compatibility by [@​sbrugman](https://github.com/sbrugman) in [https://github.com/charliermarsh/ruff/pull/2033](https://github.com/charliermarsh/ruff/pull/2033) - Remove stray parenthesis from fixed errors message by [@​andersk](https://github.com/andersk) in [https://github.com/charliermarsh/ruff/pull/2181](https://github.com/charliermarsh/ruff/pull/2181) - Fix conflicting error message warning by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2182](https://github.com/charliermarsh/ruff/pull/2182) **Full Changelog**: astral-sh/ruff@v0.0.234...v0.0.235 ### [`v0.0.234`](https://github.com/charliermarsh/ruff/releases/tag/v0.0.234) [Compare Source](https://github.com/charliermarsh/ruff/compare/v0.0.233...v0.0.234) #### What's Changed - Move is_overlong to helpers by [@​ericroberts](https://github.com/ericroberts) in [https://github.com/charliermarsh/ruff/pull/2137](https://github.com/charliermarsh/ruff/pull/2137) - Update .pre-commit-config.yml by [@​JonathanPlasse](https://github.com/JonathanPlasse) in [https://github.com/charliermarsh/ruff/pull/2139](https://github.com/charliermarsh/ruff/pull/2139) - Avoid generating dirty call paths by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2144](https://github.com/charliermarsh/ruff/pull/2144) - Implement runtime-import-in-type-checking-block (TYP004) by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2146](https://github.com/charliermarsh/ruff/pull/2146) - Implement typing-only import detection (TYP001, TYP002, TYP003) by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2147](https://github.com/charliermarsh/ruff/pull/2147) - Add `#![warn(clippy::pedantic)]` to lib.rs and main.rs files by [@​not-my-profile](https://github.com/not-my-profile) in [https://github.com/charliermarsh/ruff/pull/2148](https://github.com/charliermarsh/ruff/pull/2148) - Treat Python 3.7 as minimum supported version by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2159](https://github.com/charliermarsh/ruff/pull/2159) - Avoid flagging unused loop variable (B007) with locals() by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2161](https://github.com/charliermarsh/ruff/pull/2161) - Avoid prefer-type-error (TRY004) with intermediary control flow by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2162](https://github.com/charliermarsh/ruff/pull/2162) - Add an FAQ on autofix by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2163](https://github.com/charliermarsh/ruff/pull/2163) - Avoid re-resolving settings for repeated paths by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2165](https://github.com/charliermarsh/ruff/pull/2165) - Suggest input format in error case by [@​spaceone](https://github.com/spaceone) in [https://github.com/charliermarsh/ruff/pull/2167](https://github.com/charliermarsh/ruff/pull/2167) - Re-add error wrapper in main.rs by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2168](https://github.com/charliermarsh/ruff/pull/2168) - fix: avoid flagging unused loop variable (B007) with globals(), vars() or eval() by [@​spaceone](https://github.com/spaceone) in [https://github.com/charliermarsh/ruff/pull/2166](https://github.com/charliermarsh/ruff/pull/2166) - Fix singular and plural for "error(s)" by [@​hugovk](https://github.com/hugovk) in [https://github.com/charliermarsh/ruff/pull/2157](https://github.com/charliermarsh/ruff/pull/2157) - Add Babel to readme by [@​akx](https://github.com/akx) in [https://github.com/charliermarsh/ruff/pull/2170](https://github.com/charliermarsh/ruff/pull/2170) - Add flake8-builtins options to README by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2173](https://github.com/charliermarsh/ruff/pull/2173) - Avoid reraise-no-cause for explicit reraises by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2174](https://github.com/charliermarsh/ruff/pull/2174) - Rename TYP rules to TYC by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2175](https://github.com/charliermarsh/ruff/pull/2175) - Actually, rename TYP rules to TCH by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2176](https://github.com/charliermarsh/ruff/pull/2176) **Full Changelog**: astral-sh/ruff@v0.0.233...v0.0.234 ### [`v0.0.233`](https://github.com/charliermarsh/ruff/releases/tag/v0.0.233) [Compare Source](https://github.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 [@​ericroberts](https://github.com/ericroberts) in [https://github.com/charliermarsh/ruff/pull/2131](https://github.com/charliermarsh/ruff/pull/2131) - Enable executable checks on Windows by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2133](https://github.com/charliermarsh/ruff/pull/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