marceloprates / prettymaps

A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries.
GNU Affero General Public License v3.0
11.04k stars 516 forks source link

black code formatting #29

Closed chrieke closed 2 years ago

chrieke commented 2 years ago

Great repo! Wanted to suggest to apply black code formatting, this would make code contributions easier.

pip install black

To apply to all Python scripts in the current folder and subfolders:

black .

chrieke commented 2 years ago

Resolved in mentioned PR, closing.