How we dealt with poor code analysis support in our generator, metaclasses, and code generation heavy projects

1:05pm - 1:30pm on Friday, October 1 in Online

Vladimir Losev

Watch:
https://youtu.be/5FCawJNxF40

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 and https://github.com/Toloka/crowd-kit projects.

Want to edit this page?