ruff/crates/ruff_python_ast
Charlie Marsh d930052de8
Move required import parsing out of lint rule (#12536)
## Summary

Instead, make it part of the serialization and deserialization itself.
This makes it _much_ easier to reuse when solving
https://github.com/astral-sh/ruff/issues/12458.
2024-07-26 13:35:45 -04:00
..
src Move required import parsing out of lint rule (#12536) 2024-07-26 13:35:45 -04:00
Cargo.toml Explicitly add schemars to ruff_python_ast Cargo.toml (#12275) 2024-07-11 06:46:34 +00:00