mongodb / flask-pymongo

PyMongo support for Flask applications
BSD 2-Clause "Simplified" License
721 stars 175 forks source link

Use black #128

Open dcrosta opened 5 years ago

dcrosta commented 5 years ago

(Mostly) replace the flake8 stuff with black. We'll want to keep flake8 for import sorting. See https://gitlab.com/bigapplepy/yak-bak/blob/master/tox.ini#L41-49 and https://gitlab.com/bigapplepy/yak-bak/blob/master/tox.ini#L58-67 for reference on what we want to do here.