[dxf] hide ezdxf warnings directly

This commit is contained in:
jan 2026-03-09 03:37:42 -07:00
commit e8083cc24c

View file

@ -111,7 +111,7 @@ lint.ignore = [
addopts = "-rsXx"
testpaths = ["masque"]
filterwarnings = [
"ignore::pyparsing.exceptions.PyparsingDeprecationWarning:ezdxf.*",
"ignore::DeprecationWarning:ezdxf.*",
]
[tool.mypy]