Commit 905a3e1
authored
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
- CONTRIBUTING.md+9
- crates/ruff_db/src/diagnostic/mod.rs+67
- crates/ruff_linter/src/rules/pylint/rules/unnecessary_dunder_call.rs+28
- crates/ruff_python_parser/resources/inline/err/args_unparenthesized_generator.py+1
- crates/ruff_python_parser/resources/inline/ok/args_unparenthesized_generator.py+2
- crates/ruff_python_parser/src/parser/expression.rs+109-103
- crates/ruff_python_parser/src/parser/mod.rs+6-2
- crates/ruff_python_parser/tests/snapshots/invalid_syntax@args_unparenthesized_generator.py.snap+87-2
- crates/ruff_python_parser/tests/snapshots/valid_syntax@args_unparenthesized_generator.py.snap+217-13
- crates/ty_ide/src/completion.rs+1
- crates/ty_project/src/lib.rs+3-27
- crates/ty_python_semantic/resources/mdtest/generics/legacy/variance.md+120-6
- crates/ty_python_semantic/resources/mdtest/generics/pep695/variables.md+4-5
- crates/ty_python_semantic/resources/mdtest/generics/pep695/variance.md+174-9
- crates/ty_python_semantic/resources/mdtest/snapshots/for.md_-_For_loops_-_With_non-callable_iterator.snap+7-7
- crates/ty_python_semantic/resources/mdtest/snapshots/functions.md_-_Generic_functions___Legacy_syntax_-_Inferring_a_bound_typevar.snap+12-12
- crates/ty_python_semantic/resources/mdtest/snapshots/functions.md_-_Generic_functions___Legacy_syntax_-_Inferring_a_constrained_typevar.snap+12-12
- crates/ty_python_semantic/resources/mdtest/snapshots/functions.md_-_Generic_functions___PEP_695_syntax_-_Inferring_a_bound_typevar.snap+12-12
- crates/ty_python_semantic/resources/mdtest/snapshots/functions.md_-_Generic_functions___PEP_695_syntax_-_Inferring_a_constrained_typevar.snap+12-12
- crates/ty_python_semantic/resources/mdtest/snapshots/mro.md_-_Method_Resolution_Order_tests_-_`__bases__`_lists_with_duplicate_bases.snap+105-105
- crates/ty_python_semantic/resources/mdtest/snapshots/overloads.md_-_Overloads_-_Invalid_-_Inconsistent_decorators_-_`@classmethod`.snap+17-17
- crates/ty_python_semantic/resources/mdtest/snapshots/overloads.md_-_Overloads_-_Invalid_-_Inconsistent_decorators_-_`@final`.snap+10-10
- crates/ty_python_semantic/resources/mdtest/snapshots/protocols.md_-_Protocols_-_Calls_to_protocol_classes.snap+25-25
- crates/ty_python_semantic/resources/mdtest/type_properties/is_subtype_of.md+10-1
- crates/ty_python_semantic/src/types.rs+11
- crates/ty_python_semantic/src/types/class.rs+57-84
- crates/ty_server/src/server.rs+92-18
- crates/ty_server/src/server/api.rs+3
- crates/ty_server/src/server/api/notifications.rs+2
- crates/ty_server/src/server/api/notifications/did_change_watched_files.rs+111
- crates/ty_server/src/server/schedule.rs-1
- crates/ty_server/src/session.rs+5
- crates/ty_server/src/session/capabilities.rs+11-10
- crates/ty_server/src/session/settings.rs+24
- crates/ty_test/src/lib.rs+1
0 commit comments