Skip to content

Commit e376daa

Browse files
committed
🔧 stop overruling sys.version_info in pyright
1 parent e143a03 commit e376daa

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

‎pyproject.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ stubPath = "src"
123123
venvPath = "."
124124
venv = ".venv"
125125
pythonPlatform = "All"
126-
pythonVersion = "3.10"
127126
typeCheckingMode = "strict"
128127

129128
deprecateTypingAliases = true
@@ -252,7 +251,16 @@ env_list = ["3.13", "3.12", "3.11", "3.10"]
252251
[tool.tox.env_run_base]
253252
description = "Run stubtest under {base_python}"
254253
allowlist_externals = ["uv"]
255-
commands = [["uv", "run", "--quiet", "--python={base_python}", "tool/stubtest.py", "--concise"]]
254+
commands = [
255+
[
256+
"uv",
257+
"run",
258+
"--quiet",
259+
"--python={base_python}",
260+
"tool/stubtest.py",
261+
# "--concise",
262+
],
263+
]
256264

257265

258266
[tool.typos.default]

0 commit comments

Comments
 (0)