From e8083cc24c5a0dacb2224f43ca04708e834be36c Mon Sep 17 00:00:00 2001 From: jan Date: Mon, 9 Mar 2026 03:37:42 -0700 Subject: [PATCH] [dxf] hide ezdxf warnings directly --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 760dfb9..a985f60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ lint.ignore = [ addopts = "-rsXx" testpaths = ["masque"] filterwarnings = [ - "ignore::pyparsing.exceptions.PyparsingDeprecationWarning:ezdxf.*", + "ignore::DeprecationWarning:ezdxf.*", ] [tool.mypy]