From 4bc27abd8e9f90767b73560cc3443805072eb154 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Tue, 14 Oct 2025 23:03:53 +0200 Subject: [PATCH] fixed pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8d6083f..2116895 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ venv = "venv" venvPath = './' reportOptionalMemberAccess = 'warning' reportGeneralTypeIssues = 'warning' -analyzeUnannotatedFunctions = 'false' +analyzeUnannotatedFunctions = false executionEnvironments = [ { root = "./" } ]