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.239 (#48)
[![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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 ([#​2410](https://github.com/charliermarsh/ruff/issues/2410)) by [@​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 [@​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 [@​charliermarsh](https://github.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2421](https://github.com/charliermarsh/ruff/pull/2421) #### New Contributors - [@​eriknw](https://github.com/eriknw) made their first contribution in [https://github.com/charliermarsh/ruff/pull/2380](https://github.com/charliermarsh/ruff/pull/2380) - [@​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