mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:53 +00:00
Move Configuration
to ruff_workspace
crate (#6920)
This commit is contained in:
parent
039694aaed
commit
a6aa16630d
77 changed files with 3704 additions and 4108 deletions
|
@ -9,11 +9,11 @@ use thiserror::Error;
|
|||
use tracing::{span, Level};
|
||||
|
||||
use ruff::fs;
|
||||
use ruff::resolver::python_files_in_path;
|
||||
use ruff::warn_user_once;
|
||||
use ruff_formatter::LineWidth;
|
||||
use ruff_python_ast::PySourceType;
|
||||
use ruff_python_formatter::{format_module, FormatModuleError, PyFormatOptions};
|
||||
use ruff_workspace::resolver::python_files_in_path;
|
||||
|
||||
use crate::args::{Arguments, Overrides};
|
||||
use crate::resolve::resolve;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue