ruff/crates/ruff_python_ast
Charlie Marsh 9a1f6f6762
Avoid allocations for isort module names (#11251)
## Summary

Random refactor I noticed when investigating the F401 changes. We don't
need to allocate in most cases here.
2024-05-02 19:17:56 +00:00
..
src Avoid allocations for isort module names (#11251) 2024-05-02 19:17:56 +00:00
tests Update pre-commit dependencies (#10698) 2024-04-06 23:00:41 +00:00
Cargo.toml refactor: Use QualifiedName for Imported::call_path (#10214) 2024-03-06 09:55:59 +01:00