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

Update rust python to handle files with BOM #1379

Merged

Conversation

squiddy
Copy link
Contributor

@squiddy squiddy commented Dec 26, 2022

@charliermarsh charliermarsh merged commit 939f738 into astral-sh:main Dec 26, 2022
@squiddy squiddy deleted the rust-python-update-bom-handling branch December 27, 2022 05:42
renovate bot added a commit to ixm-one/pytest-cmake-presets that referenced this pull request Dec 27, 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://togithub.com/charliermarsh/ruff) | `^0.0.194` ->
`^0.0.195` |
[![age](https://badges.renovateapi.com/packages/pypi/ruff/0.0.195/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/ruff/0.0.195/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/ruff/0.0.195/compatibility-slim/0.0.194)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/ruff/0.0.195/confidence-slim/0.0.194)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>charliermarsh/ruff</summary>

###
[`v0.0.195`](https://togithub.com/charliermarsh/ruff/releases/tag/v0.0.195)

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

#### What's Changed

- Add support for `ruff.toml` by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#1378
- Update rust python to handle files with BOM by
[@&#8203;squiddy](https://togithub.com/squiddy) in
[astral-sh/ruff#1379
- Only re-associate inline comments during normalization when necessary
by [@&#8203;squiddy](https://togithub.com/squiddy) in
[astral-sh/ruff#1380
- Magic Trailing Commas in isort by
[@&#8203;colin99d](https://togithub.com/colin99d) in
[astral-sh/ruff#1363
- Web playground with WASM by
[@&#8203;squiddy](https://togithub.com/squiddy) in
[astral-sh/ruff#1279
- Enable preview deployments for playground by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#1383
- Add ESLint, Prettier, and TypeScript checks by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#1384
- Add badge to playground by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#1393
- Choose a more interesting example snippet by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#1394
- Enable Quick Fix in the playground by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#1395
- Only run playground release in main repo by
[@&#8203;charliermarsh](https://togithub.com/charliermarsh) in
[astral-sh/ruff#1396
- Now replace typing.Text with str by
[@&#8203;colin99d](https://togithub.com/colin99d) in
[astral-sh/ruff#1391

**Full Changelog**:
astral-sh/ruff@v0.0.194...v0.0.195

</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.

UTF8 files with BOM produce E999 "unexpected token"
2 participants