From 2b392ffa3fc82c44b1302715748cf951f3f28445 Mon Sep 17 00:00:00 2001 From: Feoktistov Mihail Date: Mon, 1 Apr 2019 09:38:37 +0100 Subject: [PATCH] black is added to python code formatters --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 56f563c..8d3350d 100644 --- a/Readme.md +++ b/Readme.md @@ -102,6 +102,7 @@ If you want to contribute to this list (please do), send me a pull request or co * [pindent](http://svn.python.org/projects/python/trunk/Tools/scripts/pindent.py) - Adds comments when blocks are closed, or can properly indent code if comments are put in. * [yapf](https://github.com/google/yapf) - A formatter for Python files. +* [black](https://github.com/ambv/black) - The uncompromising Python code formatter. #### Ruby