chore(deps): update dependency ruff to v0.11.8 #150
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.11.7
->==0.11.8
Release Notes
astral-sh/ruff (ruff)
v0.11.8
Compare Source
Preview features
airflow
] Apply auto fixes to cases where the names have changed in Airflow 3 (AIR302
,AIR311
) (#17553, #17570, #17571)airflow
] ExtendAIR301
rule (#17598)airflow
] Update existingAIR302
rules with better suggestions (#17542)refurb
] Mark fix as safe forreadlines-in-for
(FURB129
) (#17644)nonlocal
declaration at module level (#17559)x = *y
(#17624)Bug fixes
flake8-pyi
] EnsureLiteral[None,] | Literal[None,]
is not autofixed toNone | None
(PYI061
) (#17659)flake8-use-pathlib
] Avoid suggestingPath.iterdir()
foros.listdir
with file descriptor (PTH208
) (#17715)flake8-use-pathlib
] FixPTH104
false positive whenrename
is passed a file descriptor (#17712)flake8-use-pathlib
] FixPTH116
false positive whenstat
is passed a file descriptor (#17709)flake8-use-pathlib
] FixPTH123
false positive whenopen
is passed a file descriptor from a function call (#17705)pycodestyle
] Fix duplicated diagnostic inE712
(#17651)pylint
] Detectglobal
declarations in module scope (PLE0118
) (#17411)async-comprehension-in-sync-comprehension
more specific (#17460)Configuration
typing_extensions
imports (#17611)Documentation
lint.pydocstyle.ignore-var-parameters
option (#17740)ASYNC116
,FLY002
,D200
,RUF005
,RUF017
,RUF027
,RUF028
,RUF057
) (#17497, #17496, #17502, #17484, #17480, #17485, #17722, #17483)Other changes
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.
This PR was generated by Mend Renovate. View the repository job log.