all repos — mgba @ a04baac2cb7267576444c8bc320d675108cd7d17

mGBA Game Boy Advance Emulator

src/platform/python/setup.cfg (view raw)

1[aliases]
2test=pytest
3
4[pycodestyle]
5exclude = .eggs
6ignore = E501,E741,E743