Skip to content

Commit 66a4537

Browse files
Add mypy config for tests directory (#991)
1 parent c143503 commit 66a4537

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ max-line-length = 88
66
disallow_untyped_defs = True
77
ignore_missing_imports = True
88

9+
[mypy-tests.*]
10+
disallow_untyped_defs = False
11+
check_untyped_defs = True
12+
913
[tool:isort]
1014
combine_as_imports = True
1115
force_grid_wrap = 0

0 commit comments

Comments
 (0)