Skip to content

Commit e0fb731

Browse files
committed
ci: exclude "build" and "dist" folders from mypy
1 parent 55d4f18 commit e0fb731

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
@@ -60,6 +60,7 @@ ignore_missing_imports = true
6060
implicit_optional = true
6161
strict_optional = false
6262
warn_unused_ignores = true
63+
exclude = ["build", "dist"]
6364

6465
[[tool.mypy.overrides]]
6566
module = "tagstudio.qt.main_window"

0 commit comments

Comments
 (0)