mirumee / django-prices

Django fields for the prices module
158 stars 53 forks source link

Format source code with Black and drop tests for Python < 3.6 #72

Closed Kwaidan00 closed 5 years ago

Kwaidan00 commented 5 years ago

Black is a new Python code formatter. It have been using by other projects, for example Saleor. This PR brings only new formatting, with no functional changes.

krzysztofwolski commented 5 years ago

Black Should be also checked by CI. Maybe I'll take this part? @Kwaidan00

Kwaidan00 commented 5 years ago

@krzysztofwolski That's great idea; if you have some free time to do it, I would be grateful. :)