Commit dffd23d
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)File tree
47 files changed
+2579
-800
lines changed- .github/workflows
- crates
- red_knot_python_semantic
- resources/mdtest
- shadowing
- suppressions
- src
- semantic_index
- types
- ruff_linter
- resources/test/fixtures
- airflow
- flake8_simplify
- flake8_use_pathlib
- pyflakes
- pyupgrade
- src
- checkers/ast
- analyze
- rules
- airflow
- rules
- snapshots
- flake8_simplify
- rules
- snapshots
- flake8_use_pathlib
- rules
- snapshots
- pyflakes
- snapshots
- pyupgrade
- rules
- snapshots
- ruff_python_semantic/src
- analyze
- ruff_python_stdlib/src
- docs
- playground
- api
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
| 352 | + | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| |||
613 | 613 | | |
614 | 614 | | |
615 | 615 | | |
616 | | - | |
| 616 | + | |
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments