ehmatthes / django-simple-deploy

A reusable Django app that configures your project for deployment
BSD 3-Clause "New" or "Revised" License
307 stars 26 forks source link

Run black against entire repository. #334

Closed ehmatthes closed 4 months ago

ehmatthes commented 4 months ago

This sounds simple, but it was entangled in tests. For example black puts a newline at the end of settings.py, but a test script was rebuilding settings.py without a newline. Fun times!