ss-python
ss-python copied to clipboard
build(deps): update dependency ruff to v0.11.9
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ruff (source, changelog) | patch | 0.11.7 -> 0.11.9 |
Release Notes
astral-sh/ruff (ruff)
v0.11.9
Preview features
- Default to latest supported Python version for version-related syntax errors (#17529)
- Implement deferred annotations for Python 3.14 (#17658)
- [
airflow] FixSQLTableCheckOperatortypo (AIR302) (#17946) - [
airflow] Removeairflow.utils.dag_parsing_context.get_parsing_context(AIR301) (#17852) - [
airflow] Skip attribute check in try catch block (AIR301) (#17790) - [
flake8-bandit] Mark tuples of string literals as trusted input inS603(#17801) - [
isort] Check full module path against project root(s) when categorizing first-party imports (#16565) - [
ruff] Add new rulein-empty-collection(RUF060) (#16480)
Bug fixes
- Fix missing
combinecall forlint.typing-extensionssetting (#17823) - [
flake8-async] Fix module name inASYNC110,ASYNC115, andASYNC116fixes (#17774) - [
pyupgrade] Add spaces between tokens as necessary to avoid syntax errors inUP018autofix (#17648) - [
refurb] Fix false positive for float and complex numbers inFURB116(#17661) - [parser] Flag single unparenthesized generator expr with trailing comma in arguments. (#17893)
Documentation
- Add instructions on how to upgrade to a newer Rust version (#17928)
- Update code of conduct email address (#17875)
- Add fix safety sections to
PLC2801,PLR1722, andRUF013(#17825, #17826, #17759) - Add link to
check-typed-exceptionfromS110andS112(#17786)
Other changes
- Allow passing a virtual environment to
ruff analyze graph(#17743)
v0.11.8
Preview features
- [
airflow] Apply auto fixes to cases where the names have changed in Airflow 3 (AIR302,AIR311) (#17553, #17570, #17571) - [
airflow] ExtendAIR301rule (#17598) - [
airflow] Update existingAIR302rules with better suggestions (#17542) - [
refurb] Mark fix as safe forreadlines-in-for(FURB129) (#17644) - [syntax-errors]
nonlocaldeclaration at module level (#17559) - [syntax-errors] Detect single starred expression assignment
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.listdirwith file descriptor (PTH208) (#17715) - [
flake8-use-pathlib] FixPTH104false positive whenrenameis passed a file descriptor (#17712) - [
flake8-use-pathlib] FixPTH116false positive whenstatis passed a file descriptor (#17709) - [
flake8-use-pathlib] FixPTH123false positive whenopenis passed a file descriptor from a function call (#17705) - [
pycodestyle] Fix duplicated diagnostic inE712(#17651) - [
pylint] Detectglobaldeclarations in module scope (PLE0118) (#17411) - [syntax-errors] Make
async-comprehension-in-sync-comprehensionmore specific (#17460)
Configuration
- Add option to disable
typing_extensionsimports (#17611)
Documentation
- Fix example syntax for the
lint.pydocstyle.ignore-var-parametersoption (#17740) - Add fix safety sections (
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.