mlops-python-package
mlops-python-package copied to clipboard
build(deps): bump ruff from 0.11.2 to 0.11.6
trafficstars
Bumps ruff from 0.11.2 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] ExtractAIR311fromAIR301rules (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@sharkdpInstall 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 | shInstall 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] ExtractAIR311fromAIR301rules (AIR301,AIR311) (#17310, #17422)Bug fixes
- Raise syntax error when
\is at end of file (#17409)0.11.5
Preview features
- [
airflow] Add missingAIR302attribute check (#17115)- [
airflow] Expand module path check to individual symbols (AIR302) (#17278)- [
airflow] ExtractAIR312fromAIR302rules (AIR302,AIR312) (#17152)- [
airflow] Update oudatedAIR301,AIR302rules (#17123)- [syntax-errors] Async comprehension in sync comprehension (#17177)
- [syntax-errors] Check annotations in annotated assignments (#17283)
- [syntax-errors] Extend annotation checks to
await(#17282)Bug fixes
- [
flake8-pie] Avoid false positive for multiple assignment withauto()(PIE796) (#17274)Rule changes
- [
ruff] FixRUF100to detect unused file-levelnoqadirectives with specific codes (#17042) (#17061)- [
flake8-pytest-style] Avoid false positive for legacy form ofpytest.raises(PT011) (#17231)Documentation
- Fix formatting of "See Style Guide" link (#17272)
0.11.4
Preview features
- [
ruff] Implementinvalid-rule-codeasRUF102(#17138)- [syntax-errors] Detect duplicate keys in
matchmapping patterns (#17129)- [syntax-errors] Detect duplicate attributes in
matchclass patterns (#17186)- [syntax-errors] Detect invalid syntax in annotations (#17101)
Bug fixes
... (truncated)
Commits
fcd50a0Bump 0.11.6 (#17449)3ada36bAuto 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] ExtendAIR311rules (#17422)b67590b[red-knot] simplify union size limit handling (#17429)- Additional commits viewable in compare view
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)