Spaces:
Configuration error
Configuration error
| [mypy] | |
| python_version = 3.8 | |
| warn_return_any = True | |
| warn_unused_configs = True | |
| disallow_untyped_defs = False | |
| disallow_incomplete_defs = False | |
| check_untyped_defs = True | |
| disallow_untyped_decorators = False | |
| no_implicit_optional = True | |
| strict_optional = True | |
| [mypy.plugins.numpy.*] | |
| follow_imports = skip | |
| [mypy.plugins.pandas.*] | |
| follow_imports = skip | |
| [mypy.plugins.tensorflow.*] | |
| follow_imports = skip |