ruff/crates/ruff_python_index/src
Charlie Marsh 42ff833d00
Remove comment lexing from isort (#6794)
## Summary

No need to lex to find comments -- we already know their locations via
`Indexer`.
2023-08-22 21:26:38 +00:00
..
comment_ranges.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
indexer.rs Remove comment lexing from isort (#6794) 2023-08-22 21:26:38 +00:00
lib.rs Remove parser dependency from ruff-python-ast (#6096) 2023-07-26 17:47:22 +02:00