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]