Skip to content

Commit 0cfadd9

Browse files
committed
mypy skip tests directorY
1 parent 683d9ca commit 0cfadd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mypy.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ ignore_missing_imports = True
3030

3131
[mypy-numpy.*]
3232
ignore_missing_imports = True
33+
34+
[mypy-tests.*]
35+
ignore_errors = True

0 commit comments

Comments
 (0)