all repos — mgba @ 003e181addcf01b689f6ed4a6af5b0e1aa25bf1b

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