Skip to content

Commit

Permalink
fix: enable mypy to run from project directory (TagStudioDev#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
Computerdores authored Oct 8, 2024
1 parent 7574ad3 commit c348c76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*"
Expand Down

0 comments on commit c348c76

Please sign in to comment.