Commit e41f889
committed
Merge branch 'main' into dcreager/special-class
* main:
[red-knot] Empty tuple is always-falsy (#17213)
Run fuzzer with `--preview` (#17210)
Bump 0.11.4 (#17212)
[syntax-errors] Allow `yield` in base classes and annotations (#17206)
Don't skip visiting non-tuple slice in `typing.Annotated` subscripts (#17201)
[red-knot] mypy_primer: do not specify Python version (#17200)
[red-knot] Add `Type.definition` method (#17153)
Implement `Invalid rule provided` as rule RUF102 with `--fix` (#17138)
[red-knot] Add basic on-hover to playground and LSP (#17057)
[red-knot] don't remove negations when simplifying constrained typevars (#17189)
[minor] Fix extra semicolon for clippy (#17188)
[syntax-errors] Invalid syntax in annotations (#17101)
[syntax-errors] Duplicate attributes in match class pattern (#17186)
[syntax-errors] Fix multiple assignment for class keyword argument (#17184)
use astral-sh/cargo-dist instead (#17187)
Enable overindented docs lint (#17182)File tree
86 files changed
+6600
-715
lines changed- .github/workflows
- crates
- red_knot_ide
- src
- red_knot_python_semantic
- resources/mdtest
- generics
- type_properties
- src
- semantic_index
- types
- red_knot_server/src
- document
- server
- api
- requests
- session
- red_knot_wasm/src
- ruff_linter
- resources/test/fixtures/ruff
- src
- checkers
- ast
- rules
- pyflakes
- ruff
- rules
- snapshots
- ruff_python_parser
- resources/inline
- err
- ok
- src
- parser
- tests
- snapshots
- ruff_wasm
- ruff
- docs
- playground/knot/src/Editor
- python/py-fuzzer
- scripts/benchmarks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
86 files changed
+6600
-715
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| 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 | + | |
3 | 17 | | |
4 | 18 | | |
5 | 19 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | 231 | | |
236 | 232 | | |
237 | 233 | | |
| |||
276 | 272 | | |
277 | 273 | | |
278 | 274 | | |
279 | | - | |
| 275 | + | |
280 | 276 | | |
281 | 277 | | |
282 | 278 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
| 152 | + | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments