erayerdin / sos-django-template

SOS Django Template is a starter template for new Django projects with modern defaults, power cable included.
Do What The F*ck You Want To Public License
20 stars 2 forks source link

Black and Isort Compatibility #11

Closed erayerdin closed 4 years ago

erayerdin commented 4 years ago

black and isort might fail on pre-commit due to their differences. Luckily, there's a workaround for that.

Add the lines below to .isort.cfg:

[settings]
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
line_length=88