Commit 7149f42
committed
Merge branch 'main' into dcreager/infer-binary
* main: (60 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
301 files changed
+17705
-3612
lines changed- .github
- workflows
- crates
- red_knot_python_semantic
- resources/mdtest
- assignment
- conditional
- narrow
- stubs
- src
- semantic_index
- types
- red_knot_test/src
- red_knot_vendored/vendor/typeshed
- stdlib
- asyncio
- collections
- ctypes
- email
- http
- lib2to3
- pgen2
- multiprocessing
- sqlite3
- tkinter
- unittest
- xmlrpc
- xml/dom
- zoneinfo
- red_knot_workspace/resources/test/corpus
- ruff_db/src
- ruff_diagnostics/src
- ruff_linter
- resources/test/fixtures
- airflow
- control-flow-graph
- flake8_pie
- flake8_todos
- flake8_type_checking/module
- pycodestyle
- pydocstyle
- pyflakes
- pylint
- pyupgrade
- ruff
- src
- checkers/ast
- analyze
- rules
- airflow
- rules
- snapshots
- flake8_async/rules
- flake8_bandit/rules
- flake8_bugbear/rules
- flake8_datetimez/rules
- flake8_django/rules
- flake8_executable/rules
- flake8_logging_format/rules
- flake8_logging/rules
- flake8_pie
- rules
- snapshots
- flake8_pytest_style/rules
- flake8_simplify/rules
- flake8_todos
- rules
- snapshots
- flake8_type_checking
- snapshots
- flake8_use_pathlib/rules
- pep8_naming
- pycodestyle
- rules/logical_lines
- snapshots
- pydoclint
- pydocstyle
- rules
- snapshots
- pyflakes
- rules
- snapshots
- pylint
- rules
- snapshots
- snapshots
- pyupgrade
- rules
- snapshots
- refurb
- rules
- snapshots
- ruff
- rules
- snapshots
- ruff_python_ast/src
- ruff_python_formatter
- resources/test/fixtures/ruff/expression
- src/expression
- tests/snapshots
- ruff_python_semantic
- src
- analyze
- ruff_python_stdlib/src
- ruff_wasm
- ruff_workspace/src
- ruff
- src
- commands
- 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.
301 files changed
+17705
-3612
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 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
| 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 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
3 | 66 | | |
4 | 67 | | |
5 | 68 | | |
| |||
0 commit comments