Test typing with mypy in CI
MattijsKneppers opened this issue · 3 comments
MattijsKneppers commented
Flake8 is generally used by Ableton for python type checks
ala-ableton commented
AFAIK, flake8 doesn't do type checking.
MattijsKneppers commented
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.
MattijsKneppers commented
I rephrased the title