mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
13 lines
315 B
Diff
13 lines
315 B
Diff
Tests should fail if mypy fails to find the stubs that are to be tested.
|
|
--- a/setup.cfg
|
|
+++ b/setup.cfg
|
|
@@ -1,7 +1,7 @@
|
|
[mypy]
|
|
check_untyped_defs = True
|
|
ignore_errors = False
|
|
-ignore_missing_imports = True
|
|
+ignore_missing_imports = False
|
|
strict_optional = True
|
|
no_error_summary = True
|
|
no_color_output = True
|