Add types for defusedxml (#11179)

This commit is contained in:
solkaz
2024-01-14 14:08:59 +01:00
committed by GitHub
parent 673c3c37fe
commit 0b43c1d95b
13 changed files with 287 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
version = "0.7.*"
upstream_repository = "https://github.com/tiran/defusedxml"
partial_stub = true
[tool.stubtest]
ignore_missing_stub = true
stubtest_requirements = ["lxml"]