fixed pyproject.toml

This commit is contained in:
2025-10-14 23:03:53 +02:00
parent 50fac61ef6
commit 4bc27abd8e

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 = "./" }
] ]