Skip to content

Commit 35de316

Browse files
committed
🔧 stop overruling sys.version_info in mypy
1 parent a643830 commit 35de316

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ packages = [
8282

8383

8484
[tool.mypy]
85-
python_version = "3.10"
8685
mypy_path = "src"
8786
explicit_package_bases = true
8887

@@ -253,7 +252,7 @@ env_list = ["3.13", "3.12", "3.11", "3.10"]
253252
[tool.tox.env_run_base]
254253
description = "Run stubtest under {base_python}"
255254
allowlist_externals = ["uv"]
256-
commands = [["uv", "run", "--python={base_python}", "tool/stubtest.py", "--concise"]]
255+
commands = [["uv", "run", "--quiet", "--python={base_python}", "tool/stubtest.py", "--concise"]]
257256

258257

259258
[tool.typos.default]

0 commit comments

Comments
 (0)