You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
Issue by Mr-Geekman
Monday Jul 24, 2023 at 06:40 GMT
Originally opened as tinkoff-ai#1327
🚀 Feature Request
Fix
mypy
warnings about untyped functions, because now it shows warnings like:Proposal
disallow-untyped-defs
Test cases
No response
Additional context
Developing in
docs-prototype
branch.The text was updated successfully, but these errors were encountered: