10 lines
188 B
INI
10 lines
188 B
INI
[mypy]
|
|
strict = True
|
|
ignore_missing_imports=True
|
|
allow_subclassing_any=True
|
|
allow_untyped_calls=True
|
|
pretty=True
|
|
show_error_codes=True
|
|
implicit_reexport=True
|
|
allow_untyped_decorators=True
|