Родитель
fd1c11e26e
Коммит
d76b3c6fb4
20
setup.cfg
20
setup.cfg
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче