You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [pycodestyle]
- max-line-length = 200
-
- [metadata]
- description-file = README.md
-
- [mypy]
- warn_redundant_casts = True
- # TODO: Enable back once false positives are fixed.
- # See: https://github.com/python/mypy/issues/4412
- #warn_unused_ignores = True
- warn_unused_configs = True
- disallow_untyped_defs = True
-
- # TODO: Remove once this is fixed: https://github.com/python/mypy/issues/4300
- [mypy-d3m.container.list]
- ignore_errors = True
-
- # TODO: Remove once this is fixed: https://github.com/python/mypy/issues/4300
- [mypy-d3m.metadata.hyperparams]
- ignore_errors = True
-
- # TODO: Remove once this is fixed: https://github.com/python/mypy/pull/4384#issuecomment-354033177
- [mypy-d3m.primitive_interfaces.distance]
- ignore_errors = True
|