citusdata / django-multitenant

Python/Django support for distributed multi-tenant databases like Postgres+Citus
MIT License
730 stars 118 forks source link

Integrate automatic codeformatting using black #112

Closed JelteF closed 2 years ago

JelteF commented 2 years ago

Having a consistent codestyle is very useful. By using black we can autoformat code to be in a consistent style, without having to spend effort manually formatting code.