From ff2ac949cf379ad453ac6bea5952a81ba4e1524e Mon Sep 17 00:00:00 2001 From: Frederico Gomes Date: Wed, 25 Mar 2026 19:57:58 +0000 Subject: [PATCH] mypy: Added override for segno Signed-off-by: Frederico Gomes Reviewed-by: James Valleroy --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4cd7a3b42..d09b7dd29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -178,6 +178,7 @@ module = [ "plinth.tests.config_local", "pytest_splinter.*", "ruamel.*", + "segno.*", "selenium.*", "splinter.*", "stronghold.*",