Skip to content

Commit 2ff7cee

Browse files
authored
Add python-lsp-server and python-lsp-ruff to dev dependencies (#1169)
1 parent 9a375de commit 2ff7cee

2 files changed

Lines changed: 442 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ dev = [
232232
# docs
233233
"md-babel-py==1.1.1",
234234

235+
# LSP
236+
"python-lsp-server[all]==1.14.0",
237+
"python-lsp-ruff==2.3.0",
238+
235239
# Types
236240
"lxml-stubs>=0.5.1,<1",
237241
"pandas-stubs>=2.3.2.250926,<3",

0 commit comments

Comments
 (0)