added pyright in pyproject.toml
This commit is contained in:
parent
a5ceececb5
commit
e2c55680ee
@ -5,3 +5,12 @@ addopts = "-ra -q"
|
||||
testpaths = [
|
||||
"tests",
|
||||
]
|
||||
[tool.pyright]
|
||||
venv = "venv"
|
||||
venvPath = './'
|
||||
reportOptionalMemberAccess = 'warning'
|
||||
reportGeneralTypeIssues = 'warning'
|
||||
analyzeUnannotatedFunctions = 'false'
|
||||
executionEnvironments = [
|
||||
{ root = "./" }
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user