[dxf] hide ezdxf warnings directly
This commit is contained in:
parent
d307589995
commit
e8083cc24c
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ lint.ignore = [
|
||||||
addopts = "-rsXx"
|
addopts = "-rsXx"
|
||||||
testpaths = ["masque"]
|
testpaths = ["masque"]
|
||||||
filterwarnings = [
|
filterwarnings = [
|
||||||
"ignore::pyparsing.exceptions.PyparsingDeprecationWarning:ezdxf.*",
|
"ignore::DeprecationWarning:ezdxf.*",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue