tilboerner / depx

Examine and visualize dependencies used by Python modules 🔍
Other
19 stars 3 forks source link

Add black autoformatter #16

Closed tilboerner closed 3 years ago

tilboerner commented 5 years ago

We want to autoformat code with black. CI should complain if code is not the same as black wants it. We can also add pre-commit and have it run black for us.

Config should be standard, which means changing our line length down to 88 characters. The exception is that we want to keep using single-quoted strings, so black should leave these alone.

fabiocerqueira commented 5 years ago

Black and iSort :heart: