Release Notes: - Enabled automatic import organization, via [ruff](https://github.com/astral-sh/ruff), when saving Python files. To disable this, use: ```json "Python": { "code_actions_on_format": { "source.organizeImports.ruff": false } } ```
Release Notes: - Enabled automatic import organization, via [ruff](https://github.com/astral-sh/ruff), when saving Python files. To disable this, use: ```json "Python": { "code_actions_on_format": { "source.organizeImports.ruff": false } } ```