mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-12-01 01:25:07 +08:00
✨ add pyright config (#1554)
This commit is contained in:
parent
ace053f387
commit
cafb7bedb4
@ -90,6 +90,13 @@ all = false
|
|||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
reportShadowedImports = false
|
reportShadowedImports = false
|
||||||
|
pythonVersion = "3.8"
|
||||||
|
pythonPlatform = "All"
|
||||||
|
executionEnvironments = [
|
||||||
|
{ root = "./tests", extraPaths = ["./"] },
|
||||||
|
{ root = "./" },
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry_core>=1.0.0"]
|
requires = ["poetry_core>=1.0.0"]
|
||||||
|
Loading…
Reference in New Issue
Block a user