Merge branch 'develop' into fbdev_plugin

This commit is contained in:
Abyss-W4tcher
2024-12-21 13:26:23 +01:00
committed by GitHub
182 changed files with 3704 additions and 1942 deletions
+1 -3
View File
@@ -36,6 +36,7 @@ dev = [
"jsonschema>=4.23.0,<5",
"pyinstaller>=6.11.0,<7",
"pyinstaller-hooks-contrib>=2024.9",
"types-jsonschema>=4.23.0,<5",
]
test = [
@@ -72,9 +73,6 @@ include = ["volatility3*"]
mypy_path = "./stubs"
show_traceback = true
[tool.mypy.overrides]
ignore_missing_imports = true
[tool.ruff]
line-length = 88
target-version = "py38"