all repos — mgba @ 3f044a5791166da2f05f1e72c8d6d06b6cd2d846

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