minetest / serverlist

The global Minetest server list server
GNU Lesser General Public License v2.1
52 stars 28 forks source link

Format Python code using Black #30

Closed Calinou closed 5 years ago

Calinou commented 5 years ago

This makes it more readable and PEP-8 compliant. If we end up adopting a formatter (which is good for consistency and avoiding bikeshedding), we should document it in a CONTRIBUTING.md file. Here, I ran Black with the default settings.

sfan5 commented 5 years ago

Closing as the formatter used here does not support our "ignorant and absurd" (authors own words) code style.