Minor improvements for mypy

This commit is contained in:
TheMythologist
2024-12-18 15:18:33 +08:00
parent 197d24567a
commit d7f678879d
43 changed files with 127 additions and 94 deletions
+2 -1
View File
@@ -32,6 +32,7 @@ dev = [
"jsonschema>=4.23.0,<5",
"pyinstaller>=6.11.0,<7",
"pyinstaller-hooks-contrib>=2024.9",
"types-jsonschema>=4.23.0,<5",
]
test = [
@@ -68,7 +69,7 @@ include = ["volatility3*"]
mypy_path = "./stubs"
show_traceback = true
[tool.mypy.overrides]
[[tool.mypy.overrides]]
ignore_missing_imports = true
[tool.ruff]