(cherry picked from commit dfdd709bbc)
This commit is contained in:
Jirka Borovec 2021-01-05 22:00:53 +01:00
Родитель fd1c11e26e
Коммит d76b3c6fb4
1 изменённых файлов: 20 добавлений и 0 удалений

Просмотреть файл

@ -58,3 +58,23 @@ NO_SPACES_AROUND_SELECTED_BINARY_OPERATORS = false
files = torchmetrics
disallow_untyped_defs = True
ignore_missing_imports = True
# todo: add proper typing to this module...
[mypy-torchmetrics.metric]
ignore_errors = True
# todo: add proper typing to this module...
[mypy-torchmetrics.utils]
ignore_errors = True
# todo: add proper typing to this module...
[mypy-torchmetrics.classification.*]
ignore_errors = True
# todo: add proper typing to this module...
[mypy-torchmetrics.functional.*]
ignore_errors = True
# todo: add proper typing to this module...
[mypy-torchmetrics.regression.*]
ignore_errors = True