Skip to main content

migrate_file_with_improved_ruff

Function migrate_file_with_improved_ruff 

Source
pub fn migrate_file_with_improved_ruff(
    source: &str,
    module_name: &str,
    file_path: String,
    type_introspection: TypeIntrospectionMethod,
) -> Result<String>
Expand description

Compatibility function for import tracking tests This provides the same interface as the old ruff_parser_improved module