Commit eac6f72
authored
Update dependency ruff to v0.14.4 (#466)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [ruff](https://docs.astral.sh/ruff)
([source](https://redirect.github.com/astral-sh/ruff),
[changelog](https://redirect.github.com/astral-sh/ruff/blob/main/CHANGELOG.md))
| `==0.14.3` -> `==0.14.4` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>astral-sh/ruff (ruff)</summary>
###
[`v0.14.4`](https://redirect.github.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#0144)
[Compare
Source](https://redirect.github.com/astral-sh/ruff/compare/0.14.3...0.14.4)
Released on 2025-11-06.
##### Preview features
- \[formatter] Allow newlines after function headers without docstrings
([#​21110](https://redirect.github.com/astral-sh/ruff/pull/21110))
- \[formatter] Avoid extra parentheses for long `match` patterns with
`as` captures
([#​21176](https://redirect.github.com/astral-sh/ruff/pull/21176))
- \[`refurb`] Expand fix safety for keyword arguments and `Decimal`s
(`FURB164`)
([#​21259](https://redirect.github.com/astral-sh/ruff/pull/21259))
- \[`refurb`] Preserve argument ordering in autofix (`FURB103`)
([#​20790](https://redirect.github.com/astral-sh/ruff/pull/20790))
##### Bug fixes
- \[server] Fix missing diagnostics for notebooks
([#​21156](https://redirect.github.com/astral-sh/ruff/pull/21156))
- \[`flake8-bugbear`] Ignore non-NFKC attribute names in `B009` and
`B010`
([#​21131](https://redirect.github.com/astral-sh/ruff/pull/21131))
- \[`refurb`] Fix false negative for underscores before sign in
`Decimal` constructor (`FURB157`)
([#​21190](https://redirect.github.com/astral-sh/ruff/pull/21190))
- \[`ruff`] Fix false positives on starred arguments (`RUF057`)
([#​21256](https://redirect.github.com/astral-sh/ruff/pull/21256))
##### Rule changes
- \[`airflow`] extend deprecated argument `concurrency` in
`airflow..DAG` (`AIR301`)
([#​21220](https://redirect.github.com/astral-sh/ruff/pull/21220))
##### Documentation
- Improve `extend` docs
([#​21135](https://redirect.github.com/astral-sh/ruff/pull/21135))
- \[`flake8-comprehensions`] Fix typo in `C416` documentation
([#​21184](https://redirect.github.com/astral-sh/ruff/pull/21184))
- Revise Ruff setup instructions for Zed editor
([#​20935](https://redirect.github.com/astral-sh/ruff/pull/20935))
##### Other changes
- Make `ruff analyze graph` work with jupyter notebooks
([#​21161](https://redirect.github.com/astral-sh/ruff/pull/21161))
##### Contributors
- [@​chirizxc](https://redirect.github.com/chirizxc)
- [@​Lee-W](https://redirect.github.com/Lee-W)
- [@​musicinmybrain](https://redirect.github.com/musicinmybrain)
- [@​MichaReiser](https://redirect.github.com/MichaReiser)
- [@​tjkuson](https://redirect.github.com/tjkuson)
- [@​danparizher](https://redirect.github.com/danparizher)
- [@​renovate](https://redirect.github.com/renovate)
- [@​ntBre](https://redirect.github.com/ntBre)
- [@​gauthsvenkat](https://redirect.github.com/gauthsvenkat)
- [@​LoicRiegel](https://redirect.github.com/LoicRiegel)
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/lettuce-financial/github-bot-signed-commit).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->2 files changed
+24
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments