Skip to content

Commit 843c329

Browse files
ccordoba12jhossbach
authored andcommitted
Change the entry point name to 'ruff'
This will make the plugin name and options namespace to match, which allows to disable the plugin as expected.
1 parent 32a7a21 commit 843c329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
dev = ["pytest", "pre-commit"]
2222

2323
[project.entry-points.pylsp]
24-
pylsp_ruff = "pylsp_ruff.ruff_lint"
24+
ruff = "pylsp_ruff.ruff_lint"
2525

2626
[project.urls]
2727
"Homepage" = "https://github.com/python-lsp/python-lsp-ruff"

0 commit comments

Comments
 (0)