stefanfoulis / django-sendsms

A simple API to send SMS messages. It is modeled after the django email api.
MIT License
261 stars 99 forks source link

Use black+isort for consistent code formatting #32

Open stefanfoulis opened 6 years ago

pakal commented 5 years ago

How about "blacking" the whole repo with Black formatter ? This + optimzie-imports would solve most problems.

stefanfoulis commented 5 years ago

@pakal yes 👍 🖤! Had I known about black last year when I created this issue, I would have suggested black + isort. I'll change the issue title.

pakal commented 5 years ago

I added formatting to my PR https://github.com/stefanfoulis/django-sendsms/pull/43/commits, is that OK ? Historically Black has always been quite safe to me.