Commit fdaa4c9
committed
Merge branch 'main' into dcreager/legacy-typevar-instance
* main: (37 commits)
[red-knot] Revert blanket `clippy::too_many_arguments` allow (#17688)
Add config option to disable `typing_extensions` imports (#17611)
ruff_db: render file paths in diagnostics as relative paths if possible
Bump mypy_primer pin (#17685)
red_knot_python_semantic: improve `not-iterable` diagnostic
[red-knot] Allow all callables to be assignable to @Todo-signatures (#17680)
[`refurb`] Mark fix as safe for `readlines-in-for` (`FURB129`) (#17644)
Collect preview lint behaviors in separate module (#17646)
Upgrade Salsa to a more recent commit (#17678)
[red-knot] TypedDict: No errors for introspection dunder attributes (#17677)
[`flake8-pyi`] Ensure `Literal[None,] | Literal[None,]` is not autofixed to `None | None` (`PYI061`) (#17659)
[red-knot] No errors for definitions of `TypedDict`s (#17674)
Update actions/download-artifact digest to d3f86a1 (#17664)
[red-knot] Use 101 exit code when there's at least one diagnostic with severity 'fatal' (#17640)
[`pycodestyle`] Fix duplicated diagnostic in `E712` (#17651)
[airflow] fix typos `AIR312` (#17673)
[red-knot] Don't ignore hidden files by default (#17655)
Update pre-commit hook astral-sh/ruff-pre-commit to v0.11.7 (#17670)
Update docker/build-push-action digest to 14487ce (#17665)
Update taiki-e/install-action digest to ab3728c (#17666)
...File tree
206 files changed
+2947
-1588
lines changed- .github/workflows
- crates
- red_knot_ide/src
- red_knot_project/src
- metadata
- red_knot_python_semantic
- resources/mdtest
- annotations
- loops
- snapshots
- src
- types
- call
- red_knot_server/src
- document
- red_knot_test/src
- red_knot_wasm
- src
- tests
- red_knot
- src
- tests
- ruff_db/src/diagnostic
- ruff_linter
- resources/test/fixtures
- flake8_pyi
- pycodestyle
- refurb
- src
- checkers
- ast
- analyze
- message
- rules
- airflow
- rules
- snapshots
- fastapi/rules
- flake8_annotations
- rules
- flake8_async/rules
- flake8_bandit/rules
- flake8_boolean_trap/rules
- flake8_comprehensions/rules
- flake8_no_pep420/rules
- flake8_pyi
- rules
- snapshots
- flake8_return/rules
- flake8_simplify/rules
- flynt/rules
- perflint/rules
- pycodestyle
- rules
- snapshots
- pydocstyle/rules
- pyflakes/rules
- pyupgrade/rules
- refurb
- rules
- snapshots
- ruff/rules
- settings
- snapshots
- ruff_notebook/src
- ruff_python_formatter/tests
- ruff_server/src
- edit
- ruff_source_file/src
- ruff_wasm
- src
- tests
- ruff_workspace/src
- ruff
- src
- tests
- snapshots
- docs
- fuzz
- playground
- knot/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
206 files changed
+2947
-1588
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
| 296 | + | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
| 300 | + | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
| 406 | + | |
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
| 410 | + | |
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| |||
857 | 857 | | |
858 | 858 | | |
859 | 859 | | |
860 | | - | |
| 860 | + | |
861 | 861 | | |
862 | 862 | | |
863 | 863 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 48 | | |
52 | 49 | | |
53 | 50 | | |
| |||
67 | 64 | | |
68 | 65 | | |
69 | 66 | | |
70 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments