We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab030ba commit a78d1b9Copy full SHA for a78d1b9
mypy.ini
@@ -13,4 +13,5 @@
13
warn_unused_ignores = False
14
warn_return_any = True
15
strict_equality = True
16
- ignore_missing_imports = True
+ ignore_missing_imports = True
17
+ no_implicit_optional = False
0 commit comments