Skip to content

Commit 14f16f5

Browse files
authored
Remove superfluous lines from pyright config (#9569)
* Remove superfluous lines from pyright config
1 parent 62459b1 commit 14f16f5

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

pyproject.toml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -207,32 +207,13 @@ warn_return_any = true
207207
module = ["xarray.namedarray.*", "xarray.tests.test_namedarray"]
208208

209209
[tool.pyright]
210-
# include = ["src"]
211-
# exclude = ["**/node_modules",
212-
# "**/__pycache__",
213-
# "src/experimental",
214-
# "src/typestubs"
215-
# ]
216-
# ignore = ["src/oldstuff"]
217210
defineConstant = {DEBUG = true}
218-
# stubPath = "src/stubs"
219-
# venv = "env367"
220211

221212
# Enabling this means that developers who have disabled the warning locally —
222213
# because not all dependencies are installable — are overridden
223214
# reportMissingImports = true
224215
reportMissingTypeStubs = false
225216

226-
# pythonVersion = "3.6"
227-
# pythonPlatform = "Linux"
228-
229-
# executionEnvironments = [
230-
# { root = "src/web", pythonVersion = "3.5", pythonPlatform = "Windows", extraPaths = [ "src/service_libs" ] },
231-
# { root = "src/sdk", pythonVersion = "3.0", extraPaths = [ "src/backend" ] },
232-
# { root = "src/tests", extraPaths = ["src/tests/e2e", "src/sdk" ]},
233-
# { root = "src" }
234-
# ]
235-
236217
[tool.ruff]
237218
extend-exclude = [
238219
"doc",

0 commit comments

Comments
 (0)