From 21fcf19438afd73833f5f92423718bf97beb7b4a Mon Sep 17 00:00:00 2001 From: Lefteris Karapetsas Date: Wed, 24 Jul 2019 17:24:51 +0200 Subject: [PATCH] Add a recipe for python-black --- recipes/python-black.rcp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/python-black.rcp diff --git a/recipes/python-black.rcp b/recipes/python-black.rcp new file mode 100644 index 00000000..8374ac82 --- /dev/null +++ b/recipes/python-black.rcp @@ -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")