bsassoli / milan_culture_map

An interactive website mapping cultural venues in Milan, Italy.
https://milan-culture-map.vercel.app
MIT License
0 stars 1 forks source link

PEP8 / Black formatting #6

Closed thmsrmbld closed 3 years ago

thmsrmbld commented 3 years ago

It seems to me that perhaps you might want to install a formatter / plugin within your IDE such as PEP8 or Black which will auto-format your code on save to make sure it's formatted consistently in line with Python industry standards.

Just good housekeeping.