Skip to content

Commit 147d64f

Browse files
committed
Add lsp optional dependency, and add it to dev opt. dep.
The lsp dependency installs the python-lsp-server via pip, as well as some useful extensions. Adding this dep. to the dev opt. dep. now installs a working lsp in the dev nox environment.
1 parent 60d8614 commit 147d64f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ lint_pylint = ["pylint"]
2020
typecheck = ["types-setuptools", "mypy"]
2121
test = ["coverage[toml]"]
2222
doc = ["mkdocs", "mkdocs-material", "mkdocstrings[python]", "mkdoclingo"]
23-
dev = ["fillname[test,typecheck,lint_pylint]"]
23+
lsp = ["python-lsp-server", "rope", "pylsp-mypy", "pylsp-rope", "python-lsp-black"]
24+
dev = ["fillname[test,typecheck,lint_pylint,lsp]"]
2425

2526
[project.scripts]
2627
fillname = "fillname.__main__:main"

0 commit comments

Comments
 (0)