We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build/
1 parent ef207da commit 989a12bCopy full SHA for 989a12b
pyproject.toml
@@ -5,6 +5,7 @@ order_by_type = false
5
6
[tool.mypy]
7
files = "."
8
+exclude = "build/.*"
9
10
# 'strict = true' is equivalent to the following:
11
check_untyped_defs = true
0 commit comments