Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

feat(pre-commit) - configure black #403

Closed tucosaurus closed 4 years ago

tucosaurus commented 4 years ago

Why was this change necessary?

Black was not pre-configured to run on pre-commit.

How does it address the problem?

Adds necessary configuration

Are there any side effects?

No.

CuriousLearner commented 4 years ago

LGTM 🌮

@theskumar Is it this change that you were suggesting in #402 ?

Is there any other chnage required in #402 after this one is merged?