-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Tests
Run mypy on test and add that section to mypy.ini:
[mypy-tests.*] disallow_untyped_defs = False warn_return_any = False disallow_incomplete_defs = False disallow_untyped_calls = False
- Is referenced in