Skip to content

Commit c348c76

Browse files
fix: enable mypy to run from project directory (#520)
1 parent 7574ad3 commit c348c76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ disable_error_code = ["func-returns-value", "import-untyped"]
3939
explicit_package_bases = true
4040
warn_unused_ignores = true
4141
check_untyped_defs = true
42+
mypy_path = ["tagstudio"]
4243

4344
[[tool.mypy.overrides]]
4445
module = "tests.*"

0 commit comments

Comments
 (0)