chore(deps): update dependency lint/ruff to v0.1.2
Metadata
Current evaluation
Dependency update for lint/ruff from v0.1.1 to v0.1.2 was approved by two reviewers, passed CI checks, and successfully merged.
Suggested action: —
No scores available.
Issue body
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [lint/ruff](https://docs.astral.sh/ruff) ([source](https://togithub.com/astral-sh/ruff), [changelog](https://togithub.com/astral-sh/ruff/releases)) | `==0.1.1` -> `==0.1.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>astral-sh/ruff (lint/ruff)</summary>
### [`v0.1.2`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#012)
[Compare Source](https://togithub.com/astral-sh/ruff/compare/v0.1.1...v0.1.2)
This release includes the Beta version of the Ruff formatter — an extremely fast, Black-compatible Python formatter.
Try it today with `ruff format`! [Check out the blog post](https://astral.sh/blog/the-ruff-formatter) and [read the docs](https://docs.astral.sh/ruff/formatter/).
##### Preview features
- \[`pylint`] Implement `non-ascii-module-import` (`C2403`) ([#​8056](https://togithub.com/astral-sh/ruff/pull/8056))
- \[`pylint`] implement `non-ascii-name` (`C2401`) ([#​8038](https://togithub.com/astral-sh/ruff/pull/8038))
- \[`pylint`] Implement unnecessary-lambda (W0108) ([#​7953](https://togithub.com/astral-sh/ruff/pull/7953))
- \[`refurb`] Implement `read-whole-file` (`FURB101`) ([#​7682](https://togithub.com/astral-sh/ruff/pull/7682))
- Add fix for `E223`, `E224`, and `E242` ([#​8143](https://togithub.com/astral-sh/ruff/pull/8143))
- Add fix for `E225`, `E226`, `E227`, and `E228` ([#​8136](https://togithub.com/astral-sh/ruff/pull/8136))
- Add fix for `E252` ([#​8142](https://togithub.com/astral-sh/ruff/pull/8142))
- Add fix for `E261` ([#​8114](https://togithub.com/astral-sh/ruff/pull/8114))
- Add fix for `E273` and `E274` ([#​8144](https://togithub.com/astral-sh/ruff/pull/8144))
- Add fix for `E275` ([#​8133](https://togithub.com/astral-sh/ruff/pull/8133))
- Update `SIM401` to catch ternary operations ([#​7415](https://togithub.com/astral-sh/ruff/pull/7415))
- Update `E721` to allow `is` and `is` not for direct type comparisons ([#​7905](https://togithub.com/astral-sh/ruff/pull/7905))
##### Rule changes
- Add `backports.strenum` to `deprecated-imports` ([#​8113](https://togithub.com/astral-sh/ruff/pull/8113))
- Update `SIM112` to ignore `https_proxy`, `http_proxy`, and `no_proxy` ([#​8140](https://togithub.com/astral-sh/ruff/pull/8140))
- Update fix for `literal-membership` (`PLR6201`) to be unsafe ([#​8097](https://togithub.com/astral-sh/ruff/pull/8097))
- Update fix for `mutable-argument-defaults` (`B006`) to be unsafe ([#​8108](https://togithub.com/astral-sh/ruff/pull/8108))
##### Formatter
- Change `line-ending` default to `auto` ([#​8057](https://togithub.com/astral-sh/ruff/pull/8057))
- Respect parenthesized generators in `has_own_parentheses` ([#​8100](https://togithub.com/astral-sh/ruff/pull/8100))
- Add caching to formatter ([#​8089](https://togithub.com/astral-sh/ruff/pull/8089))
- Remove `--line-length` option from `format` command ([#​8131](https://togithub.com/astral-sh/ruff/pull/8131))
- Add formatter to `line-length` documentation ([#​8150](https://togithub.com/astral-sh/ruff/pull/8150))
- Warn about incompatible formatter options ([#​8088](https://togithub.com/astral-sh/ruff/pull/8088))
- Fix range of unparenthesized tuple subject in match statement ([#​8101](https://togithub.com/astral-sh/ruff/pull/8101))
- Remove experimental formatter warning ([#​8148](https://togithub.com/astral-sh/ruff/pull/8148))
- Don't move type param opening parenthesis comment ([#​8163](https://togithub.com/astral-sh/ruff/pull/8163))
- Update versions in format benchmark script ([#​8110](https://togithub.com/astral-sh/ruff/pull/8110))
- Avoid loading files for cached format results ([#​8134](https://togithub.com/astral-sh/ruff/pull/8134))
##### CLI
- Show the `ruff format` command in help menus ([#​8167](https://togithub.com/astral-sh/ruff/pull/8167))
- Add `ruff version` command with long version display ([#​8034](https://togithub.com/astral-sh/ruff/pull/8034))
##### Configuration
- New `pycodestyle.max-line-length` option ([#​8039](https://togithub.com/astral-sh/ruff/pull/8039))
##### Bug fixes
- Detect `sys.version_info` slices in `outdated-version-block` ([#​8112](https://togithub.com/astral-sh/ruff/pull/8112))
- Avoid if-else simplification for `TYPE_CHECKING` blocks ([#​8072](https://togithub.com/astral-sh/ruff/pull/8072))
- Avoid false-positive print separator diagnostic with starred argument ([#​8079](https://togithub.com/astral-sh/ruff/pull/8079))
##### Documentation
- Fix message for `too-many-arguments` lint ([#​8092](https://togithub.com/astral-sh/ruff/pull/8092))
- Fix `extend-unsafe-fixes` and `extend-safe-fixes` example ([#​8139](https://togithub.com/astral-sh/ruff/pull/8139))
- Add links to `flake8-import-conventions` options ([#​8115](https://togithub.com/astral-sh/ruff/pull/8115))
- Rework the documentation to incorporate the Ruff formatter ([#​7732](https://togithub.com/astral-sh/ruff/pull/7732))
- Fix `Options` JSON schema description ([#​8081](https://togithub.com/astral-sh/ruff/pull/8081))
- Fix typo (`pytext` -> `pytest`) ([#​8117](https://togithub.com/astral-sh/ruff/pull/8117))
- Improve `magic-value-comparison` example in docs ([#​8111](https://togithub.com/astral-sh/ruff/pull/8111))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - "every weekend" in timezone Etc/UTC.
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, 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://developer.mend.io/github/canonical/craft-application).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Dependency update for lint/ruff from v0.1.1 to v0.1.2 was approved by two reviewers, passed CI checks, and successfully merged. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged automated dependency update for lint/ruff v0.1.1 to v0.1.2. Passed checks and integrated into main with no coverage changes. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #190 chore(deps): update dependency lint/ruff to v0.2.0 | craft-application | merged | Dependency update for lint/ruff from v0.1.14 to v0.2.0 was approved by two reviewers, passed CI checks, and successfully merged. | |
| #165 chore(deps): update dependency lint/ruff to v0.1.7 | craft-application | merged | Merged an automated dependency update for lint/ruff from v0.1.6 to v0.1.7. Approved by two reviewers, passed CI checks, and successfully integrated into the main branch. | |
| #138 chore(deps): update dependency lint/ruff to v0.1.0 | starbase | merged | Dependency update for lint/ruff from v0.0.291 to v0.1.0 was approved, passed CI checks, and successfully merged into the main branch. | |
| #142 chore(deps): update dependency lint/ruff to v0.1.1 | starbase | merged | Merged automated dependency update upgrading lint/ruff from v0.1.0 to v0.1.1. Approved by reviewer, passed CI checks, and successfully merged into main with a single line change. | |
| #214 chore(deps): update dependency lint/ruff to v0.1.7 | craft-cli | merged | Merged an automated dependency update upgrading lint/ruff from v0.1.6 to v0.1.7. Approved by two reviewers, passed CI checks, maintained 94.77% test coverage, and modified a single file before final merge. | |
| #150 chore(deps): update dependency lint/ruff to v0.1.9 | craft-store | merged | Merged automated dependency update upgrading lint/ruff from v0.1.7 to v0.1.9. The pull request passed CI checks, received approval from two reviewers, and was successfully merged into the main branch. | |
| #230 chore(deps): update dependency lint/ruff to v0.1.15 | craft-cli | merged | Merged automated dependency update upgrading lint/ruff from v0.1.14 to v0.1.15. Approved by two reviewers, passed CI checks, and maintained 94.81% test coverage across a single file change. | |
| #217 chore(deps): update dependency lint/ruff to v0.1.8 | craft-cli | merged | Merged automated dependency update for lint/ruff from v0.1.7 to v0.1.8. Generated by Renovate, approved by two reviewers, passed CI and Codecov checks, and successfully merged. | |
| #181 chore(deps): update dependency lint/ruff to v0.1.14 | craft-application | merged | Merged an automated dependency update upgrading lint/ruff from v0.1.11 to v0.1.14. The change passed CI, received approvals, and maintained 99.29% test coverage. | |
| #190 chore(deps): update dependency lint/ruff to v0.1.0 | craft-cli | merged | Merged an automated dependency update for lint/ruff from v0.0.290 to v0.1.0. The pull request passed CI checks, received approval, and was successfully merged with minimal configuration changes. |