Skip to content

Commit 989a12b

Browse files
chore: exclude build/ directory from mypy check
The `build/` directory is created by the tox environment `twine-check`. When the `build/` directory exists `mypy` will have an error.
1 parent ef207da commit 989a12b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ order_by_type = false
55

66
[tool.mypy]
77
files = "."
8+
exclude = "build/.*"
89

910
# 'strict = true' is equivalent to the following:
1011
check_untyped_defs = true

0 commit comments

Comments
 (0)