Skip to content

Commit 88e38d4

Browse files
committed
build(config): update python version to 3.10 in mypy configuration
将 mypy 配置中的 Python 版本从 "0.0.6" 更新为 "3.10",以确保类型检查与项目实际使用的 Python 版本一致。 Change-Id: If5f2d8229cb1824678b336a1fe719a6fdbe63cc9 Signed-off-by: OhYee <oyohyee@oyohyee.com>
1 parent 712b9f5 commit 88e38d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ known_third_party = ["alibabacloud_tea_openapi", "alibabacloud_devs20230714", "a
101101
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "LOCALFOLDER"]
102102

103103
[tool.mypy]
104-
python_version = "0.0.8"
104+
python_version = "3.10"
105105
exclude = "tests/"
106106
plugins = ["pydantic.mypy"]
107107
# Start with non-strict mode, and switch to strict mode later.

0 commit comments

Comments
 (0)