From 4044e4269dbfa3c12c901c411df8ae98387a2d56 Mon Sep 17 00:00:00 2001 From: Chip Hogg Date: Tue, 8 Dec 2020 11:06:49 -0500 Subject: [PATCH] Downgrade black This is the only version that will work for me until pip 20 and python 3.9: https://github.com/psf/black/issues/1293#issuecomment-734044154 --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index e155189..7ce2a32 100644 --- a/.vimrc +++ b/.vimrc @@ -52,7 +52,7 @@ Plug 'xolox/vim-easytags' Plug 'xolox/vim-misc' " Python -Plug 'psf/black', {'branch': 'stable'} +Plug 'psf/black', {'tag': '19.10b0'} Plug 'tmhedberg/SimpylFold' " For maktaba-based plugins