-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pyupgrade: converts universal_newlines
to text
in subprocess.run
#1403
Conversation
|
@colin99d - I'm hoping to make it a build step so that it all gets built automatically. |
Eh, maybe some of these are inappropriate for a |
[![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.195` -> `^0.0.196` | [![age](https://badges.renovateapi.com/packages/pypi/ruff/0.0.196/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/ruff/0.0.196/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/ruff/0.0.196/compatibility-slim/0.0.195)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/ruff/0.0.196/confidence-slim/0.0.195)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>charliermarsh/ruff</summary> ### [`v0.0.196`](https://togithub.com/charliermarsh/ruff/releases/tag/v0.0.196) [Compare Source](https://togithub.com/charliermarsh/ruff/compare/v0.0.195...v0.0.196) #### What's Changed - Implement pyupgrade check for io.open alias by [@​squiddy](https://togithub.com/squiddy) in [https://github.com/charliermarsh/ruff/pull/1399](https://togithub.com/charliermarsh/ruff/pull/1399) - Tweak secret detection for playground releases by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/1402](https://togithub.com/charliermarsh/ruff/pull/1402) - Support isort's force-single-line option by [@​squiddy](https://togithub.com/squiddy) in [https://github.com/charliermarsh/ruff/pull/1366](https://togithub.com/charliermarsh/ruff/pull/1366) - Replace `make_tokenize` with `make_tokenizer_located` by [@​harupy](https://togithub.com/harupy) in [https://github.com/charliermarsh/ruff/pull/1405](https://togithub.com/charliermarsh/ruff/pull/1405) - Add cargo +nightly dev generate-all by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/1404](https://togithub.com/charliermarsh/ruff/pull/1404) - Allow specification of explicit docstring convention by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/1408](https://togithub.com/charliermarsh/ruff/pull/1408) - Pyupgrade: converts `universal_newlines` to `text` in `subprocess.run` by [@​colin99d](https://togithub.com/colin99d) in [https://github.com/charliermarsh/ruff/pull/1403](https://togithub.com/charliermarsh/ruff/pull/1403) - Fix invalid reference to ruff_options.rs by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/1409](https://togithub.com/charliermarsh/ruff/pull/1409) **Full Changelog**: astral-sh/ruff@v0.0.195...v0.0.196 </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:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9--> Signed-off-by: Renovate Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
A part of #827.