mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-17 15:55:46 +00:00
Remove parser dependency from ruff-python-ast (#6096)
This commit is contained in:
parent
99127243f4
commit
2cf00fee96
658 changed files with 1714 additions and 1546 deletions
|
@ -20,7 +20,7 @@ use ruff::settings::{flags, AllSettings};
|
|||
use ruff::{fs, packaging, resolver, warn_user_once, IOError};
|
||||
use ruff_diagnostics::Diagnostic;
|
||||
use ruff_python_ast::imports::ImportMap;
|
||||
use ruff_python_ast::source_code::SourceFileBuilder;
|
||||
use ruff_source_file::SourceFileBuilder;
|
||||
|
||||
use crate::args::Overrides;
|
||||
use crate::cache::{self, Cache};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue