mypy: Enforce remaining type annotations #8248
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
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-defs
and--disallow-untyped-decorators
flag.Currently blocked by:
This currently causes: 52+x issues
Definition of Done:
make types
with the--disallow-untyped-defs
and--disallow-untyped-decorators
The text was updated successfully, but these errors were encountered: