Fix most of types

This commit is contained in:
2025-07-16 17:48:39 +03:00
parent ee25d17683
commit ddfd6e8d78
21 changed files with 197 additions and 67 deletions

View File

@@ -11,6 +11,7 @@ dependencies = [
"megasniff>=0.2.0",
"breakshaft>=0.1.0",
"case-insensitive-dictionary>=0.2.1",
"mypy>=1.17.0",
]
[tool.uv.sources]
@@ -37,7 +38,7 @@ dev = [
{ "include-group" = "all_containers" },
]
xml = ["lxml>=6.0.0", ]
xml = ["lxml>=6.0.0", "lxml-stubs>=0.5.1"]
msgpack = ["msgpack>=1.1.1", ]
json = ["orjson>=3.11.0", ]