Add a recipe for python-black

This commit is contained in:
Lefteris Karapetsas 2019-07-24 17:24:51 +02:00 committed by Noam Postavsky
parent 41039e8734
commit 21fcf19438

6
recipes/python-black.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name python-black
:description "An Emacs package to reformat python code using black"
:type github
:pkgname "wbolster/emacs-python-black"
:depends (dash reformatter)
:minimum-emacs-version "25")