Skip to main content

migrate_file_with_ruff

Function migrate_file_with_ruff 

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

Main entry point for migrating a file using Ruff parser