fix(deps): update dependency ruff to v0.4.2 by renovate[bot] · Pull Request #185 · allthingslinux/tux
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| ruff (source, changelog) | 0.4.1 -> 0.4.2 |
Release Notes
astral-sh/ruff (ruff)
v0.4.2
Rule changes
- [
flake8-pyi] Allow for overloaded__exit__and__aexit__definitions (PYI036) (#11057) - [
pyupgrade] Catch usages of"%s" % varand provide an unsafe fix (UP031) (#11019) - [
refurb] Implement new rule that suggests min/max oversorted()(FURB192) (#10868)
Server
- Fix an issue with missing diagnostics for Neovim and Helix (#11092)
- Implement hover documentation for
noqacodes (#11096) - Introduce common Ruff configuration options with new server settings (#11062)
Bug fixes
- Use
macos-12for building release wheels to enable macOS 11 compatibility (#11146) - [
flake8-blind-expect] Allow raise from inBLE001(#11131) - [
flake8-pyi] Allow simple assignments toNonein enum class scopes (PYI026) (#11128) - [
flake8-simplify] Avoid raisingSIM911for non-zipattribute calls (#11126) - [
refurb] Avoidoperator.itemgettersuggestion for single-item tuple (#11095) - [
ruff] Respect per-file-ignores forRUF100with no other diagnostics (#11058) - [
ruff] Fix async comprehension false positive (RUF029) (#11070)
Documentation
- [
flake8-bugbear] Document explicitly disabling strict zip (B905) (#11040) - [
flake8-type-checking] Mentionlint.typing-modulesinTCH001,TCH002, andTCH003(#11144) - [
isort] Improve documentation around customisortsections (#11050) - [
pylint] Fix documentation oversight forinvalid-X-returns(#11094)
Performance
- Use
matchitto resolve per-file settings (#11111)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.
- If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.