Ableton/maxdevtools

Test typing with mypy in CI

MattijsKneppers opened this issue · 3 comments

Flake8 is generally used by Ableton for python type checks

AFAIK, flake8 doesn't do type checking.

Wait, you're right of course, flake8 is only used for style checking! I misread the Python guide article in Ableton's software engineering practices. Never mind then @jby-ableton , seems like we can stick to mypy.

I rephrased the title