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

Commit 96875e5

Browse files
committed
exclude tests
1 parent c281bb6 commit 96875e5

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
@@ -172,6 +172,8 @@ def __call__(self, frag):
172172
"--check-untyped-defs",
173173
"--exclude",
174174
"build/",
175+
"--exclude",
176+
"tests/",
175177
)
176178
return "".join(outputs)
177179

0 commit comments

Comments
 (0)