mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-07 22:27:36 +00:00
Fix echo when failing to install black on Py2
This commit is contained in:
parent
0ac1019486
commit
9397bdafbd
@ -79,7 +79,7 @@ function install_fixers() {
|
||||
|
||||
# Python
|
||||
maybe_run pip install --user autopep8 reorder-python-imports
|
||||
maybe_run pip install --user black || echo "WARNING: mypy is py3 only"
|
||||
maybe_run pip install --user black || echo "WARNING: black is py3 only"
|
||||
maybe_run pip3 install --user black autopep8 reorder-python-imports
|
||||
|
||||
# Rust
|
||||
|
Loading…
Reference in New Issue
Block a user