hohav / py-slippi

Python library for parsing SSBM replay files
MIT License
56 stars 25 forks source link

setup github actions to run tests on each pull request #32

Closed DustinAlandzes closed 3 years ago

DustinAlandzes commented 3 years ago

adding mypy to requirements.txt because it's used in the tests, maybe i'll make a new requirements-test.txt

also once this gets merged, I'll work on another PR to make sure the code is formatted in a standard way(pep8, flake8, black) on every pull request

hohav commented 3 years ago

Thank you for the contributions! Please hold off on adding linting, though— I haven't decided whether to adopt every recommendation of PEP8 yet.