Skip to content

Commit dffd23d

Browse files
committed
Merge branch 'main' into dcreager/infer-binary
* main: Add all PEP-585 names to UP006 rule (#5454) [`flake8-simplify`] More precise inference for dictionaries (`SIM300`) (#15164) `@no_type_check` support (#15122) Visit PEP 764 inline `TypedDict`s' keys as non-type-expressions (#15073) [red-knot] Add diagnostic for invalid unpacking (#15086) [`flake8-use-pathlib`] Catch redundant joins in `PTH201` and avoid syntax errors (#15177) Update Rust crate glob to v0.3.2 (#15185) Update astral-sh/setup-uv action to v5 (#15193) Update dependency mdformat-mkdocs to v4.1.1 (#15192) Update Rust crate serde_with to v3.12.0 (#15191) Update NPM Development dependencies (#15190) Update pre-commit hook rhysd/actionlint to v1.7.5 (#15189) Update Rust crate syn to v2.0.93 (#15188) Update Rust crate serde to v1.0.217 (#15187) Update Rust crate quote to v1.0.38 (#15186) Update Rust crate compact_str to v0.8.1 (#15184) [`flake8-type-checking`] Disable TC006 & TC007 in stub files (#15179) Test explicit shadowing involving `def`s (#15174) Fix typo in `NameImport.qualified_name` docstring (#15170) [airflow]: extend names moved from core to provider (AIR303) (#15159)
2 parents a52486f + 04d5381 commit dffd23d

File tree

47 files changed

+2579
-800
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2579
-800
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ jobs:
349349
- uses: actions/checkout@v4
350350
with:
351351
persist-credentials: false
352-
- uses: astral-sh/setup-uv@v4
352+
- uses: astral-sh/setup-uv@v5
353353
- uses: actions/download-artifact@v4
354354
name: Download Ruff binary to test
355355
id: download-cached-binary
@@ -613,7 +613,7 @@ jobs:
613613
- name: "Install Rust toolchain"
614614
run: rustup show
615615
- name: Install uv
616-
uses: astral-sh/setup-uv@v4
616+
uses: astral-sh/setup-uv@v5
617617
- uses: Swatinem/rust-cache@v2
618618
- name: "Install Insiders dependencies"
619619
if: ${{ env.MKDOCS_INSIDERS_SSH_KEY_EXISTS == 'true' }}

.github/workflows/daily_fuzz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v4
3535
with:
3636
persist-credentials: false
37-
- uses: astral-sh/setup-uv@v4
37+
- uses: astral-sh/setup-uv@v5
3838
- name: "Install Rust toolchain"
3939
run: rustup show
4040
- name: "Install mold"

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id-token: write
2323
steps:
2424
- name: "Install uv"
25-
uses: astral-sh/setup-uv@v4
25+
uses: astral-sh/setup-uv@v5
2626
- uses: actions/download-artifact@v4
2727
with:
2828
pattern: wheels-*

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ repos:
103103
# `actionlint` hook, for verifying correct syntax in GitHub Actions workflows.
104104
# Some additional configuration for `actionlint` can be found in `.github/actionlint.yaml`.
105105
- repo: https://github.com/rhysd/actionlint
106-
rev: v1.7.4
106+
rev: v1.7.5
107107
hooks:
108108
- id: actionlint
109109
stages:

0 commit comments

Comments
 (0)