feat(python): Run ruff_fix - #1742
Conversation
To fix auto-fixable lint errors. ruff_format sometimes changes the code which leads to warnings from `ruff check`, like missing comma's. These issues are auto fixable with ruff_fix. See also https://docs.astral.sh/ruff/editors/setup/#neovim
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
📑 Description
To fix auto-fixable lint errors.
ruff_format sometimes changes the code which leads to warnings from
ruff check, like missing comma's. These issues are auto fixable with ruff_fix.See also https://docs.astral.sh/ruff/editors/setup/#neovim