osm-fr / osmose-frontend

Part of osmose that shows results on the website http://osmose.openstreetmap.fr
GNU General Public License v3.0
41 stars 38 forks source link

use black to format python code #275

Closed NoemiNahomy closed 1 year ago

NoemiNahomy commented 4 years ago

I propose to use black to format python code and and add this library to requirements. What do you think ?

frodrigo commented 4 years ago

For now, I'm not pro automatic code formatting on this project. As first step we can try to align on backend code quality standard: https://github.com/osm-fr/osmose-backend/blob/master/pylama.ini#L3

frodrigo commented 1 year ago

Done, as well as isort, flak8, and soon mypy.