ruff/crates/ruff_python_semantic
Charlie Marsh 28b48ab902
Avoid flagging starred expressions in UP007 (#7505)
## Summary

These can't be fixed, because fixing them would lead to invalid syntax.
So flagging them also feels misleading.

Closes https://github.com/astral-sh/ruff/issues/7452.
2023-09-19 03:37:38 +00:00
..
src Avoid flagging starred expressions in UP007 (#7505) 2023-09-19 03:37:38 +00:00
Cargo.toml Add support for unions to our Python builtins type system (#6541) 2023-08-13 18:00:50 -04:00