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.241 (#51)
[![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.240` -> `^0.0.241` | [![age](https://badges.renovateapi.com/packages/pypi/ruff/0.0.241/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/ruff/0.0.241/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/ruff/0.0.241/compatibility-slim/0.0.240)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/ruff/0.0.241/confidence-slim/0.0.240)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>charliermarsh/ruff</summary> ### [`v0.0.241`](https://github.com/charliermarsh/ruff/releases/tag/v0.0.241) [Compare Source](https://github.com/charliermarsh/ruff/compare/v0.0.240...v0.0.241) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### Deprecates - Soft-deprecate `update-check` by [@​akx](https://github.com/akx) in [https://github.com/charliermarsh/ruff/pull/2530](https://github.com/charliermarsh/ruff/pull/2530) ##### Rules - feat: add autofix for PLR0402 by [@​spaceone](https://github.com/spaceone) in [https://github.com/charliermarsh/ruff/pull/2504](https://github.com/charliermarsh/ruff/pull/2504) - Allow F811 noqa declarations on containing import lines by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2553](https://github.com/charliermarsh/ruff/pull/2553) ##### Features - Mark fixable issues in printer output by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2500](https://github.com/charliermarsh/ruff/pull/2500) - Always report parse errors back to the user by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2505](https://github.com/charliermarsh/ruff/pull/2505) - Notify user if autofix introduces syntax error by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2507](https://github.com/charliermarsh/ruff/pull/2507) - Add `known-standard-library` for each Python version by [@​JonathanPlasse](https://github.com/JonathanPlasse) in [https://github.com/charliermarsh/ruff/pull/2491](https://github.com/charliermarsh/ruff/pull/2491) ##### Bug Fixes - Avoid renaming unused loop variables with deferred usages by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2509](https://github.com/charliermarsh/ruff/pull/2509) - \[`flake8-self`] Fix False Negative Issue on Rule `SLF001` by [@​saadmk11](https://github.com/saadmk11) in [https://github.com/charliermarsh/ruff/pull/2527](https://github.com/charliermarsh/ruff/pull/2527) - Minor fixes to PLR0915 logic by [@​chanman3388](https://github.com/chanman3388) in [https://github.com/charliermarsh/ruff/pull/2518](https://github.com/charliermarsh/ruff/pull/2518) - Exit upon showing files with `--show-files` by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2543](https://github.com/charliermarsh/ruff/pull/2543) - Ignore direct source-children in `implicit-namespace-package` by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2560](https://github.com/charliermarsh/ruff/pull/2560) - Allow `list()` and `tuple()` calls in `__all__` assignments by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2499](https://github.com/charliermarsh/ruff/pull/2499) - Don't walk past project root when figuring out exclusion by [@​akx](https://github.com/akx) in [https://github.com/charliermarsh/ruff/pull/2471](https://github.com/charliermarsh/ruff/pull/2471) - Avoid hang when detecting trailing comments by [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2549](https://github.com/charliermarsh/ruff/pull/2549) #### New Contributors - [@​JacobCoffee](https://github.com/JacobCoffee) made their first contribution in [https://github.com/charliermarsh/ruff/pull/2516](https://github.com/charliermarsh/ruff/pull/2516) - [@​Pierre-Sassoulas](https://github.com/Pierre-Sassoulas) made their first contribution in [https://github.com/charliermarsh/ruff/pull/2559](https://github.com/charliermarsh/ruff/pull/2559) **Full Changelog**: astral-sh/ruff@v0.0.240...v0.0.241 </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTkuNSIsInVwZGF0ZWRJblZlciI6IjM0LjExOS41In0=--> Signed-off-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information