fix: enable mypy to run from project directory (#520)

This commit is contained in:
Jann Stute
2024-10-08 04:04:22 +02:00
committed by GitHub
parent 7574ad3846
commit c348c763f8

View File

@@ -39,6 +39,7 @@ disable_error_code = ["func-returns-value", "import-untyped"]
explicit_package_bases = true
warn_unused_ignores = true
check_untyped_defs = true
mypy_path = ["tagstudio"]
[[tool.mypy.overrides]]
module = "tests.*"