mypy: Disallow calling functions without type annotations from functions with type annotation #8246
Closed
3 tasks done
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
effort:atom-squad/2
Label which is used by the Rasa Atom squad to do internal estimation of task sizes.
type:maintenance 🔧
Improvements to tooling, testing, deployments, infrastructure, code style.
Parent issue
To enforce type annotations which should start running
mypy
with the--disallow-untyped-calls
flag.This currently causes: 50 issues
Definition of Done:
make types
with the--disallow-untyped-calls
The text was updated successfully, but these errors were encountered: