Commit 2b4119f
committed
Merge branch 'main' into dcreager/class-match
* main: (29 commits)
[`ruff`] Dataclass enums (`RUF049`) (#15299)
Better error message when `--config` is given a table key and a non-inline-table value (#15266)
Update pre-commit dependencies (#15289)
Don't fix in ecosystem check (#15267)
Update Rust crate itertools to 0.14.0 (#15287)
Remove accidental empty block at the bottom of `split-static-string (SIM905)` doc (#15290)
Update Rust crate clearscreen to v4 (#15288)
Update Rust crate insta to v1.42.0 (#15286)
Update NPM Development dependencies (#15285)
Update dependency uuid to v11.0.4 (#15284)
Update dependency ruff to v0.8.6 (#15283)
Update Rust crate syn to v2.0.95 (#15282)
Update Rust crate matchit to v0.8.6 (#15281)
Update Rust crate bstr to v1.11.3 (#15280)
[red-knot] Future-proof `Type::is_disjoint_from()` (#15262)
[red-knot] Improve `Type::is_disjoint_from()` for `KnownInstanceType`s (#15261)
[red-knot] Minor simplifications and improvements to constraint narrowing logic (#15270)
Allow assigning ellipsis literal as parameter default value (#14982)
[red-knot] fix control flow for assignment expressions in elif tests (#15274)
[`refurb`] Mark fix as unsafe when the right-hand side is a string (`FURB171`) (#15273)
...File tree
67 files changed
+1057
-1129
lines changed- .github/workflows
- crates
- red_knot_python_semantic
- resources/mdtest
- assignment
- conditional
- narrow
- stubs
- src
- semantic_index
- types
- ruff_linter
- resources/test/fixtures
- pyupgrade
- ruff
- src
- checkers/ast/analyze
- rules
- flake8_simplify/rules
- pylint/rules
- pyupgrade
- rules
- snapshots
- refurb
- rules
- snapshots
- ruff
- rules
- snapshots
- ruff_python_semantic/src/analyze
- ruff_python_stdlib/src
- ruff_wasm
- ruff_workspace/src
- ruff
- src
- tests
- docs
- fuzz
- playground
- api
- python/ruff-ecosystem/ruff_ecosystem
- scripts/benchmarks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
67 files changed
+1057
-1129
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
| 389 | + | |
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
3 | 25 | | |
4 | 26 | | |
5 | 27 | | |
| |||
0 commit comments