Skip to content

Commit

Permalink
Downgrade black
Browse files Browse the repository at this point in the history
This is the only version that will work for me until pip 20 and python
3.9: psf/black#1293 (comment)
  • Loading branch information
chiphogg committed Dec 8, 2020
1 parent c3231d2 commit 4044e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4044e42

Please sign in to comment.