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.230 (#42)
[![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.229` -> `^0.0.230` | [![age](https://badges.renovateapi.com/packages/pypi/ruff/0.0.230/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/ruff/0.0.230/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/ruff/0.0.230/compatibility-slim/0.0.229)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/ruff/0.0.230/confidence-slim/0.0.229)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>charliermarsh/ruff</summary> ### [`v0.0.230`](https://togithub.com/charliermarsh/ruff/releases/tag/v0.0.230) [Compare Source](https://togithub.com/charliermarsh/ruff/compare/v0.0.229...v0.0.230) #### What's Changed - fix: pin rustpython to the same revision to fix cargo vendor by [@​figsoda](https://togithub.com/figsoda) in [https://github.com/charliermarsh/ruff/pull/2069](https://togithub.com/charliermarsh/ruff/pull/2069) - feat: implementation for TRY004 by [@​sbrugman](https://togithub.com/sbrugman) in [https://github.com/charliermarsh/ruff/pull/2066](https://togithub.com/charliermarsh/ruff/pull/2066) - ICN001 import-alias-is-not-conventional should check "from" imports by [@​Zeddicus414](https://togithub.com/Zeddicus414) in [https://github.com/charliermarsh/ruff/pull/2070](https://togithub.com/charliermarsh/ruff/pull/2070) - Update link to Pylint parity tracking issue by [@​cosmojg](https://togithub.com/cosmojg) in [https://github.com/charliermarsh/ruff/pull/2074](https://togithub.com/charliermarsh/ruff/pull/2074) - ICN001 check from imports that have no alias by [@​Zeddicus414](https://togithub.com/Zeddicus414) in [https://github.com/charliermarsh/ruff/pull/2072](https://togithub.com/charliermarsh/ruff/pull/2072) - Index source code upfront to power (row, column) lookups by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/1990](https://togithub.com/charliermarsh/ruff/pull/1990) - Remove remaining `ropey` usages by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2076](https://togithub.com/charliermarsh/ruff/pull/2076) - Include package path in cache key by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2077](https://togithub.com/charliermarsh/ruff/pull/2077) - feat: update scripts to new rules structure by [@​sbrugman](https://togithub.com/sbrugman) in [https://github.com/charliermarsh/ruff/pull/2078](https://togithub.com/charliermarsh/ruff/pull/2078) - Base `INP` check on package inference by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2079](https://togithub.com/charliermarsh/ruff/pull/2079) - Improve generator precedence operations by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2080](https://togithub.com/charliermarsh/ruff/pull/2080) - Support decorators in source code generator by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2081](https://togithub.com/charliermarsh/ruff/pull/2081) - feat: enable autofix for TRY004 by [@​sbrugman](https://togithub.com/sbrugman) in [https://github.com/charliermarsh/ruff/pull/2084](https://togithub.com/charliermarsh/ruff/pull/2084) - Refactor, decouple and support "PL" by [@​not-my-profile](https://togithub.com/not-my-profile) in [https://github.com/charliermarsh/ruff/pull/2051](https://togithub.com/charliermarsh/ruff/pull/2051) - \[`pep8-naming`]\[`N806`] Don't mark `TypeVar` & `NewType` Assignment as Errors by [@​saadmk11](https://togithub.com/saadmk11) in [https://github.com/charliermarsh/ruff/pull/2085](https://togithub.com/charliermarsh/ruff/pull/2085) - Update linters pypi links to latest version by [@​alonme](https://togithub.com/alonme) in [https://github.com/charliermarsh/ruff/pull/2062](https://togithub.com/charliermarsh/ruff/pull/2062) - flake8\_to_ruff: support `isort` options by [@​shannonrothe](https://togithub.com/shannonrothe) in [https://github.com/charliermarsh/ruff/pull/2082](https://togithub.com/charliermarsh/ruff/pull/2082) - Update RustPython to fix `Dict.keys` type by [@​harupy](https://togithub.com/harupy) in [https://github.com/charliermarsh/ruff/pull/2086](https://togithub.com/charliermarsh/ruff/pull/2086) #### New Contributors - [@​figsoda](https://togithub.com/figsoda) made their first contribution in [https://github.com/charliermarsh/ruff/pull/2069](https://togithub.com/charliermarsh/ruff/pull/2069) - [@​cosmojg](https://togithub.com/cosmojg) made their first contribution in [https://github.com/charliermarsh/ruff/pull/2074](https://togithub.com/charliermarsh/ruff/pull/2074) - [@​alonme](https://togithub.com/alonme) made their first contribution in [https://github.com/charliermarsh/ruff/pull/2062](https://togithub.com/charliermarsh/ruff/pull/2062) - [@​shannonrothe](https://togithub.com/shannonrothe) made their first contribution in [https://github.com/charliermarsh/ruff/pull/2082](https://togithub.com/charliermarsh/ruff/pull/2082) **Full Changelog**: astral-sh/ruff@v0.0.229...v0.0.230 </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDguNCIsInVwZGF0ZWRJblZlciI6IjM0LjEwOC40In0=--> Signed-off-by: Renovate Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information