mirror of https://github.com/astral-sh/ruff
<!-- Thank you for contributing to Ruff/ty! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? (Please prefix with `[ty]` for ty pull requests.) - Does this pull request include references to any relevant issues? --> ## Summary <!-- What's the purpose of the change? What does it do, and why? --> This PR refactors semantic error tests in each seperate file ## Test Plan <!-- How was it tested? --> ## CC - @ntBre --------- Signed-off-by: 11happy <soni5happy@gmail.com> Co-authored-by: Brent Westbrook <brentrwestbrook@gmail.com> |
||
|---|---|---|
| .. | ||
| async_comprehension_outside_async_function.py | ||
| duplicate_match_class_attribute.py | ||
| duplicate_match_key.py | ||
| duplicate_type_parameter.py | ||
| global_parameter.py | ||
| invalid_expression.py | ||
| invalid_star_expression.py | ||
| irrefutable_case_pattern.py | ||
| multiple_case_assignment.py | ||
| rebound_comprehension.py | ||
| single_starred_assignment.py | ||
| write_to_debug.py | ||