AdventureLookup / adventurelookup-backend

Platform, Framework, Database software
GNU General Public License v3.0
28 stars 7 forks source link

Add adventure editing #25

Open whonut opened 8 years ago

whonut commented 8 years ago

Partially addresses #20. I expect this to need some work but I thought I'd get the ball rolling.

The commit history is a little bit wonky because I had a bit of a disaster locally and I'm too scared of losing my code again to try and make it look pretty. I hope that won't cause any issues.

pejter commented 8 years ago

I yapf working correctly? Seems like the line length is not set correctly. Besides that I believe we're good to go unless someone has anything to say.

whonut commented 8 years ago

Dang it. I took it out of the pre-commit hook because it was styling files I didn't want it to and I got annoyed by all the git status and git diff spam. Stand by.

whonut commented 8 years ago

Turns out you're not meant to use hooks for that. Live and learn.