Commit 35c413b
committed
Merge branch 'main' into dcreager/dont-have-a-cow
* main:
[red-knot] unify LoopState and saved_break_states (#16406)
[`pylint`] Also reports `case np.nan`/`case math.nan` (`PLW0177`) (#16378)
[FURB156] Do not consider docstring(s) (#16391)
Use `is_none_or` in `stdlib-module-shadowing` (#16402)
[red-knot] Upgrade salsa to include `AtomicPtr` perf improvement (#16398)
[red-knot] Fix file watching for new non-project files (#16395)
document MSRV policy (#16384)
[red-knot] fix non-callable reporting for unions (#16387)
bump MSRV to 1.83 (#16294)
Avoid unnecessary info at non-trace server log level (#16389)
Expand `ruff.configuration` to allow inline config (#16296)
Start detecting version-related syntax errors in the parser (#16090)File tree
84 files changed
+1035
-247
lines changed- crates
- red_knot_project/src
- db
- red_knot_python_semantic
- resources/mdtest/call
- src
- semantic_index
- types
- red_knot_test/src
- red_knot/tests
- ruff_formatter/src
- ruff_linter
- resources/test/fixtures
- pylint
- refurb
- src
- checkers/ast/analyze
- docstrings
- message
- rules
- flake8_bandit
- rules
- flake8_builtins/rules
- flake8_no_pep420/rules
- flake8_print/rules
- flake8_pyi/rules
- flake8_pytest_style/rules
- flake8_return/rules
- flake8_simplify/rules
- isort
- pep8_naming
- perflint/rules
- pycodestyle/rules/logical_lines
- pydoclint/rules
- pydocstyle/rules
- pyflakes
- pylint
- rules
- snapshots
- refurb
- rules
- snapshots
- ruff
- rules
- ruff_notebook/src
- ruff_python_ast/src
- ruff_python_formatter/src
- comments
- expression
- other
- ruff_python_parser/src
- parser
- ruff_python_resolver/src
- ruff_python_semantic/src
- ruff_server
- resources/test/fixtures/settings
- src
- session
- index
- ruff_wasm/src
- ruff_workspace/src
- ruff
- src
- tests
- docs
- editors
- fuzz
- python/py-fuzzer
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
84 files changed
+1035
-247
lines changedSome 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 | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
465 | 500 | | |
466 | 501 | | |
467 | 502 | | |
| |||
1075 | 1110 | | |
1076 | 1111 | | |
1077 | 1112 | | |
| 1113 | + | |
1078 | 1114 | | |
1079 | 1115 | | |
1080 | 1116 | | |
| |||
1354 | 1390 | | |
1355 | 1391 | | |
1356 | 1392 | | |
| 1393 | + | |
| 1394 | + | |
1357 | 1395 | | |
1358 | 1396 | | |
1359 | 1397 | | |
| |||
1389 | 1427 | | |
1390 | 1428 | | |
1391 | 1429 | | |
| 1430 | + | |
1392 | 1431 | | |
1393 | 1432 | | |
1394 | 1433 | | |
| |||
1469 | 1508 | | |
1470 | 1509 | | |
1471 | 1510 | | |
| 1511 | + | |
| 1512 | + | |
1472 | 1513 | | |
1473 | 1514 | | |
1474 | 1515 | | |
| |||
1494 | 1535 | | |
1495 | 1536 | | |
1496 | 1537 | | |
| 1538 | + | |
| 1539 | + | |
1497 | 1540 | | |
1498 | 1541 | | |
1499 | 1542 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
216 | 217 | | |
217 | 218 | | |
218 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
Lines changed: 36 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
0 commit comments