master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit e2c55680ee - Show all commits

View File

@@ -5,3 +5,12 @@ addopts = "-ra -q"
testpaths = [ testpaths = [
"tests", "tests",
] ]
[tool.pyright]
venv = "venv"
venvPath = './'
reportOptionalMemberAccess = 'warning'
reportGeneralTypeIssues = 'warning'
analyzeUnannotatedFunctions = 'false'
executionEnvironments = [
{ root = "./" }
]