master #1

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

View File

@@ -10,7 +10,7 @@ venv = "venv"
venvPath = './' venvPath = './'
reportOptionalMemberAccess = 'warning' reportOptionalMemberAccess = 'warning'
reportGeneralTypeIssues = 'warning' reportGeneralTypeIssues = 'warning'
analyzeUnannotatedFunctions = 'false' analyzeUnannotatedFunctions = false
executionEnvironments = [ executionEnvironments = [
{ root = "./" } { root = "./" }
] ]