Skip to content

Commit 2f5ca83

Browse files
committed
add cstlsp to dev deps
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent d8e2566 commit 2f5ca83

2 files changed

Lines changed: 136 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ dev = [
9797
"pyright>=1.1.408",
9898
"pytest-testmon>=2.2.0",
9999
"ty>=0.0.18",
100+
"cst-lsp>=0.1.3",
101+
"libcst>=1.8.6",
100102
]
101103

102104
[tool.hatch.version]
@@ -115,6 +117,7 @@ ignore = ["test/"]
115117
defineConstant = { DEBUG = true }
116118
reportMissingImports = "error"
117119
reportMissingTypeStubs = false
120+
reportUnusedImport = "none"
118121
pythonVersion = "3.12"
119122

120123

0 commit comments

Comments
 (0)