We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ea842 commit 81ce593Copy full SHA for 81ce593
tests/test_code_actions.py
@@ -64,6 +64,7 @@ def temp_document(doc_text, workspace):
64
def test_ruff_code_actions(workspace):
65
_, doc = temp_document(codeaction_str, workspace)
66
67
+ workspace._config.update({"plugins": {"ruff": {"select": ["F"]}}})
68
diags = ruff_lint.pylsp_lint(workspace, doc)
69
range_ = cattrs.unstructure(
70
Range(start=Position(line=0, character=0), end=Position(line=0, character=0))
0 commit comments