PokeAPI / pokebase

Python 3 wrapper for Pokéapi v2
BSD 3-Clause "New" or "Revised" License
286 stars 53 forks source link

Resolving some issues from the tracker and some updates #29

Closed Davidy22 closed 3 years ago

Davidy22 commented 3 years ago

Fixes for #24, #26 and #28, start of pre-commit hooks for cleanliness with a passthrough of black, dep version bump and associated fixes. The addition of pre-commit hooks and the associated auto-formatting are in commit bc42b1b2f52580ba2ff440aa92a1a6d6a8bb6cc1

Naramsim commented 3 years ago

Hmm, why Travis hasn't run? Can you please configure your fork to run Travis @Davidy22?

Naramsim commented 3 years ago

Mmm, it seems that Travis has switched from .org to .com and I cannot link anymore this project...

Maybe a good time to switch to GH Actions?

Davidy22 commented 3 years ago

Enabled travis on the repo and made a cursory commit, green check and all. May add an action some time to run pre commit on github side too. Not sure why green check doesn't show here, but I do have a green check on my repo