Skip to content

Commit f6a4046

Browse files
committed
Configure Mypy to ignore testcontainers
1 parent 0ae4067 commit f6a4046

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
@@ -35,3 +35,6 @@ ignore_missing_imports = True
3535

3636
[mypy-requests_mock]
3737
ignore_missing_imports = True
38+
39+
[mypy-testcontainers.*]
40+
ignore_missing_imports = True

0 commit comments

Comments
 (0)