Skip to content
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

Add cargo +nightly dev generate-all #1404

Merged
merged 1 commit into from
Dec 27, 2022
Merged

Conversation

charliermarsh
Copy link
Member

Resolves #1397.

@charliermarsh charliermarsh merged commit b4dbe62 into main Dec 27, 2022
@charliermarsh charliermarsh deleted the charlie/generate-all branch December 27, 2022 15:07
renovate bot added a commit to ixm-one/pytest-cmake-presets that referenced this pull request Dec 28, 2022
[![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.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://github.com/charliermarsh/ruff/releases/tag/v0.0.196)

[Compare
Source](https://github.com/charliermarsh/ruff/compare/v0.0.195...v0.0.196)

#### What's Changed

- Implement pyupgrade check for io.open alias by
[@&#8203;squiddy](https://github.com/squiddy) in
[astral-sh/ruff#1399
- Tweak secret detection for playground releases by
[@&#8203;charliermarsh](https://github.com/charliermarsh) in
[astral-sh/ruff#1402
- Support isort's force-single-line option by
[@&#8203;squiddy](https://github.com/squiddy) in
[astral-sh/ruff#1366
- Replace `make_tokenize` with `make_tokenizer_located` by
[@&#8203;harupy](https://github.com/harupy) in
[astral-sh/ruff#1405
- Add cargo +nightly dev generate-all by
[@&#8203;charliermarsh](https://github.com/charliermarsh) in
[astral-sh/ruff#1404
- Allow specification of explicit docstring convention by
[@&#8203;charliermarsh](https://github.com/charliermarsh) in
[astral-sh/ruff#1408
- Pyupgrade: converts `universal_newlines` to `text` in `subprocess.run`
by [@&#8203;colin99d](https://github.com/colin99d) in
[astral-sh/ruff#1403
- Fix invalid reference to ruff_options.rs by
[@&#8203;charliermarsh](https://github.com/charliermarsh) in
[astral-sh/ruff#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 <bot@renovateapp.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add some sort of cargo dev generate-all command to run all build steps
1 participant