🧑‍💻 Develop: 添加 Pyright 检查 (#2194)

This commit is contained in:
Ju4tCode
2023-07-17 20:42:15 +08:00
committed by GitHub
parent 6ebeefed79
commit cb9fcae64c
6 changed files with 60 additions and 8 deletions

View File

@ -104,7 +104,6 @@ fixture-parentheses = false
mark-parentheses = false
[tool.pyright]
reportShadowedImports = false
pythonVersion = "3.8"
pythonPlatform = "All"
executionEnvironments = [
@ -112,6 +111,9 @@ executionEnvironments = [
{ root = "./" },
]
typeCheckingMode = "basic"
reportShadowedImports = false
[build-system]
requires = ["poetry_core>=1.0.0"]