Build(deps-dev): bump ruff from 0.11.5 to 0.11.6
Bumps ruff from 0.11.5 to 0.11.6.
Release notes
Sourced from ruff's releases.
0.11.6
Release Notes
Preview features
- Avoid adding whitespace to the end of a docstring after an escaped quote (#17216)
- [
airflow
] ExtractAIR311
fromAIR301
rules (AIR301
,AIR311
) (#17310, #17422)Bug fixes
- Raise syntax error when
\
is at end of file (#17409)Contributors
@AlexWaygood
@BurntSushi
@Lee-W
@MatthewMckee4
@MichaReiser
@cake-monotone
@carljm
@charliermarsh
@dcreager
@dhruvmanila
@github-actions
@maxmynter
@mishamsk
@mtshiba
@ntBre
@renovate
@sharkdp
Install ruff 0.11.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.11.6/ruff-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/ruff/releases/download/0.11.6/ruff-installer.ps1 | iex"
Download ruff 0.11.6
File Platform Checksum
... (truncated)
Changelog
Sourced from ruff's changelog.
0.11.6
Preview features
- Avoid adding whitespace to the end of a docstring after an escaped quote (#17216)
- [
airflow
] ExtractAIR311
fromAIR301
rules (AIR301
,AIR311
) (#17310, #17422)Bug fixes
- Raise syntax error when
\
is at end of file (#17409)
Commits
-
fcd50a0
Bump 0.11.6 (#17449) -
3ada36b
Auto generatevisit_source_order
(#17180) -
bd89838
[red-knot] Initial tests for protocols (#17436) -
b32407b
[red-knot] Dataclasses: synthesize__init__
with proper signature (#17428) -
b4de245
[red-knot] Dataclasses: supportorder=True
(#17406) -
914095d
[red-knot] Super-basic generic inference at call sites (#17301) -
5350288
[red-knot] Check assignability of bound methods to callables (#17430) -
649610c
[red-knot] Supportsuper
(#17174) -
1a79722
[airflow
] ExtendAIR311
rules (#17422) -
b67590b
[red-knot] simplify union size limit handling (#17429) - Additional commits viewable in compare view