Bumps ruff from 0.13.3 to 0.14.14.
Release notes
Sourced from ruff's releases.
0.14.14
Release Notes
Released on 2026年01月22日.
Preview features
- Preserve required parentheses in lambda bodies (#22747)
- Combine range suppression code diagnostics (#22613)
- [
airflow] Second positional argument to Asset/Dataset should not be a dictionary (AIR303) (#22453)
- [
ruff] Detect duplicate entries in __all__ (RUF068) (#22114)
Bug fixes
- [
pyupgrade] Allow shadowing non-builtin bindings (UP029) (#22749)
- [
pyupgrade] Apply UP045 to string arguments of typing.cast (#22320)
- [
flake8-pie] Detect duplicated declared class fields in PIE794 (#22717)
Rule changes
- [
flake8-pyi] Fix inconsistent handling of forward references for __new__, __enter__, __aenter__ in PYI034 (#22798)
- [
flake8-pytest-style] Support check parameter in PT011 (#22725)
- [
ruff] Add exception for ctypes.Structure._fields_ (RUF012) (#22559)
- Many fixes are now marked unsafe if they would remove comments:
- [
flake8-bugbear] B009, B010, B013, B014, B033
- [
flake8-simplify] SIM910, SIM911
- [
pyupgrade] UP007, UP039, UP041, UP045
- [
refurb] FURB105, FURB116, FURB136, FURB140, FURB145, FURB154, FURB157, FURB164,FURB181, FURB188
- [
ruff] RUF019, RUF020
Documentation
- Add
--exit-non-zero-on-format to formatter exit codes section (#22761)
- Update contributing guide for adding a new rule (#22779)
- [
FastAPI] Document fix safety for FAST001 (#22655)
- [
flake8-async] Tweak explanation to focus on latency/efficiency tradeoff (ASYNC110) (#22715)
- [
pandas-vet] Make example error out-of-the-box (PD002) (#22561)
- [
refurb] Make the example work out of box (FURB101) (#22770)
- [
refurb] Make the example work out of box (FURB103) (#22769)
Contributors
... (truncated)
Changelog
Sourced from ruff's changelog.
0.14.14
Released on 2026年01月22日.
Preview features
- Preserve required parentheses in lambda bodies (#22747)
- Combine range suppression code diagnostics (#22613)
- [
airflow] Second positional argument to Asset/Dataset should not be a dictionary (AIR303) (#22453)
- [
ruff] Detect duplicate entries in __all__ (RUF068) (#22114)
Bug fixes
- [
pyupgrade] Allow shadowing non-builtin bindings (UP029) (#22749)
- [
pyupgrade] Apply UP045 to string arguments of typing.cast (#22320)
- [
flake8-pie] Detect duplicated declared class fields in PIE794 (#22717)
Rule changes
- [
flake8-pyi] Fix inconsistent handling of forward references for __new__, __enter__, __aenter__ in PYI034 (#22798)
- [
flake8-pytest-style] Support check parameter in PT011 (#22725)
- [
ruff] Add exception for ctypes.Structure._fields_ (RUF012) (#22559)
- Many fixes are now marked unsafe if they would remove comments:
- [
flake8-bugbear] B009, B010, B013, B014, B033
- [
flake8-simplify] SIM910, SIM911
- [
pyupgrade] UP007, UP039, UP041, UP045
- [
refurb] FURB105, FURB116, FURB136, FURB140, FURB145, FURB154, FURB157, FURB164,FURB181, FURB188
- [
ruff] RUF019, RUF020
Documentation
- Add
--exit-non-zero-on-format to formatter exit codes section (#22761)
- Update contributing guide for adding a new rule (#22779)
- [
FastAPI] Document fix safety for FAST001 (#22655)
- [
flake8-async] Tweak explanation to focus on latency/efficiency tradeoff (ASYNC110) (#22715)
- [
pandas-vet] Make example error out-of-the-box (PD002) (#22561)
- [
refurb] Make the example work out of box (FURB101) (#22770)
- [
refurb] Make the example work out of box (FURB103) (#22769)
Contributors
... (truncated)
Commits
8b2e7b3 Prepare release v0.14.14 (#22813)
4c7d1f5 [ty] Infer TypedDict types with >=1 required key as being always truthy (#2...
b7de434 add CCfW hooks (#22803)
b912dfc [pyupgrade] Apply UP045 to string arguments of typing.cast (#22320)
1ff062d [ty] Improve completion rankings for raise-from/except contexts (#22775)
7e408a5 Update dependency wrangler to v4.59.1 (#22793)
ceb876b [flake8-pyi] Fix inconsistent handling of forward references for __new__,...
c5b4ee6 [ty] Support solving generics involving PEP 695 type aliases (#22678)
b9a6129 [ty] Improve support for kwarg splats in dictionary literals (#22781)
f516d47 Update contributing guide for adding a new rule (#22779)
- Additional commits viewable in compare view
Dependabot compatibility score
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps ruff from 0.13.3 to 0.14.14.
Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
8b2e7b3Prepare release v0.14.14 (#22813)4c7d1f5[ty] InferTypedDicttypes with >=1 required key as being always truthy (#2...b7de434add CCfW hooks (#22803)b912dfc[pyupgrade] ApplyUP045to string arguments oftyping.cast(#22320)1ff062d[ty] Improve completion rankings for raise-from/except contexts (#22775)7e408a5Update dependency wrangler to v4.59.1 (#22793)ceb876b[flake8-pyi] Fix inconsistent handling of forward references for__new__,...c5b4ee6[ty] Support solving generics involving PEP 695 type aliases (#22678)b9a6129[ty] Improve support for kwarg splats in dictionary literals (#22781)f516d47Update contributing guide for adding a new rule (#22779)Dependabot compatibility score
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)