ty is a fast type checker (documentation). We will implement type checking into echo. mypy was to be used for this purpose, but it is quite slow in comparison. Since mypy was never actually implemented in echo we'll jump straight to implementing ty.
ty is currently implmented in .github/workflows/linttest.yml for checking type hinting compliance upon PR into main. However it is currently commented out. Resolving this issue will uncomment the ty section in the aforemention file and pass all ty type checking.
tyis a fast type checker (documentation). We will implement type checking intoecho.mypywas to be used for this purpose, but it is quite slow in comparison. Sincemypywas never actually implemented inechowe'll jump straight to implementingty.tyis currently implmented in.github/workflows/linttest.ymlfor checking type hinting compliance upon PR into main. However it is currently commented out. Resolving this issue will uncomment thetysection in the aforemention file and pass alltytype checking.