try add the following code inside your setting.json:
"ruff.configuration": { "lint": { "unfixable": ["F401"] } }