black-macchiato: init at 1.3.0

Adds the Python package `black-macchiato`, which allows the usage of
`black` for subsets of an entire file.
This commit is contained in:
Joël Perras
2020-09-03 12:32:43 -07:00
committed by Jon
parent e80744728f
commit 653d9258f5
3 changed files with 39 additions and 0 deletions
+2
View File
@@ -842,6 +842,8 @@ in {
black = callPackage ../development/python-modules/black { };
black-macchiato = callPackage ../development/python-modules/black-macchiato { };
bleach = callPackage ../development/python-modules/bleach { };
bleak = callPackage ../development/python-modules/bleak { };