🚀 Feature Request
Fix mypy warnings about untyped functions, because now it shows warnings like:
etna/transforms/decomposition/change_points_based/per_interval_models/constant.py:13: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
Proposal
- Fix warnings
- Try to add option
disallow-untyped-defs
- It there aren't too many errors fix them and keep this option
Test cases
No response
Additional context
Developing in docs-prototype branch.
🚀 Feature Request
Fix
mypywarnings about untyped functions, because now it shows warnings like:Proposal
disallow-untyped-defsTest cases
No response
Additional context
Developing in
docs-prototypebranch.