all repos — mgba @ f35136f8814b74518a3a0ba2d39f3b70876f3f3d

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