Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 4c1b4d9

Browse files
committed
tests: fix test
1 parent 6410633 commit 4c1b4d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ def __call__(self, frag):
169169
"mypy",
170170
str(tmp_dir),
171171
"--check-untyped-defs",
172+
"--exclude",
173+
"build/",
172174
)
173175
return "".join(outputs)
174176

0 commit comments

Comments
 (0)