ruff/crates/ruff_python_semantic
Zanie Blue bbb044ebda
Detect tuples bound to variadic positional arguments i.e. *args (#13512)
In https://github.com/astral-sh/ruff/pull/13503, we added supported for
detecting variadic keyword arguments as dictionaries, here we use the
same strategy for detecting variadic positional arguments as tuples.
2024-09-25 10:03:25 -05:00
..
src Detect tuples bound to variadic positional arguments i.e. *args (#13512) 2024-09-25 10:03:25 -05:00
Cargo.toml Move required import parsing out of lint rule (#12536) 2024-07-26 13:35:45 -04:00