Description
Projects that heavily rely on such Python features as metaclasses, decorators, or code-generation face a problem of poor support by static code analysis tools. This results in little to no suggestions in IDE or broken mypy tests.
We'll talk about how we addressed this issue on our open-source [https://github.com/Toloka/toloka-kit](https://github.com/Toloka/toloka-kit) and [https://github.com/Toloka/crowd-kit](https://github.com/Toloka/crowd-kit) projects.