Ableton / maxdevtools

MIT License
256 stars 14 forks source link

Test typing with mypy in CI #41

Open MattijsKneppers opened 2 months ago

MattijsKneppers commented 2 months ago

Flake8 is generally used by Ableton for python type checks

ala-ableton commented 2 months ago

AFAIK, flake8 doesn't do type checking.

MattijsKneppers commented 2 months ago

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 2 months ago

I rephrased the title