vim: Run black silently

This commit is contained in:
Simon Bruder 2020-07-30 10:20:08 +02:00
parent 7569fb2ae4
commit b38842131b
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -1 +1 @@
autocmd BufWritePre * execute ':Black'
autocmd BufWritePre * execute ':silent Black'