immutabledict
immutabledict copied to clipboard
build(deps-dev): bump ruff from 0.14.6 to 0.14.7 in the development-dependencies group
Bumps the development-dependencies group with 1 update: ruff.
Updates ruff from 0.14.6 to 0.14.7
Release notes
Sourced from ruff's releases.
0.14.7
Release Notes
Released on 2025-11-28.
Preview features
- [
flake8-bandit] Handle string literal bindings in suspicious-url-open-usage (S310) (#21469)- [
pylint] FixPLR1708false positives on nested functions (#21177)- [
pylint] Fix suppression for empty dict without tuple key annotation (PLE1141) (#21290)- [
ruff] Add ruleRUF066to detect unnecessary class properties (#21535)- [
ruff] Catch more dummy variable uses (RUF052) (#19799)Bug fixes
- [server] Set severity for non-rule diagnostics (#21559)
- [
flake8-implicit-str-concat] Avoid invalid fix in (ISC003) (#21517)- [
parser] Fix panic when parsing IPython escape command expressions (#21480)CLI
- Show partial fixability indicator in statistics output (#21513)
Contributors
@mikeleppane@senekor@ShaharNaveh@JumboBear@prakhar1144@tsvikas@danparizher@chirizxc@AlexWaygood@MichaReiserInstall ruff 0.14.7
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.14.7/ruff-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/ruff/releases/download/0.14.7/ruff-installer.ps1 | iex"
... (truncated)
Changelog
Sourced from ruff's changelog.
0.14.7
Released on 2025-11-28.
Preview features
- [
flake8-bandit] Handle string literal bindings in suspicious-url-open-usage (S310) (#21469)- [
pylint] FixPLR1708false positives on nested functions (#21177)- [
pylint] Fix suppression for empty dict without tuple key annotation (PLE1141) (#21290)- [
ruff] Add ruleRUF066to detect unnecessary class properties (#21535)- [
ruff] Catch more dummy variable uses (RUF052) (#19799)Bug fixes
- [server] Set severity for non-rule diagnostics (#21559)
- [
flake8-implicit-str-concat] Avoid invalid fix in (ISC003) (#21517)- [
parser] Fix panic when parsing IPython escape command expressions (#21480)CLI
- Show partial fixability indicator in statistics output (#21513)
Contributors
Commits
ecab623Bump 0.14.7 (#21684)42f1521[ty] Generic types aliases (implicit and PEP 613) (#21553)594b7b0[ty] Preserve quoting style when autofixingTypedDictkeys (#21682)b5b4917[ty] Fix override of final method summary (#21681)0084e94[ty] Fix subtyping oftype[Any]/type[T]and protocols (#21678)566c959[ty] RenameReferenceRequestHandlerfile (#21680)8bcfc19[ty] Implementtyping.finalfor methods (#21646)c534bfa[ty] Implement patterns and typevars in the LSP (#21671)5e1b2ee[ty] implement rendering of.. code:: langin docstrings (#21665)98681b9[ty] Adddbparameter toParameters::newmethod (#21674)- 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions