Skip to content

Commit

Permalink
Add type stubs for defusedxml (#12667)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Jul 23, 2024
1 parent 7abf85a commit 49bf65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ lint = [
"mypy==1.11.0",
"sphinx-lint>=0.9",
"types-colorama==0.4.15.20240311",
"types-defusedxml==0.7.0.20240218",
"types-docutils==0.21.0.20240711",
"types-Pillow==10.2.0.20240520",
"types-Pygments==2.18.0.20240506",
Expand Down Expand Up @@ -264,7 +265,6 @@ disallow_any_generics = false

[[tool.mypy.overrides]]
module = [
"defusedxml.ElementTree",
"imagesize",
"snowballstemmer",
]
Expand Down

0 comments on commit 49bf65f

Please sign in to comment.