【VSCode】black : pythonのfomatterを導入
背景
fomatterで有名なのがC++ならc-lang, pythonであればblack
いつも使ってるblackのインストール方法をメモ
install
blackをインストール
pip install black
gedit ~/.config/Code/User/settings.jsonで以下の2行を追加する
"python.formatting.provider": "black",
"editor.formatOnSave": true,
結論
・formatterあると便利!
参考文献
VSCode: Using Black to automatically format Python
https://dev.to/adamlombard/how-to-use-the-black-python-code-formatter-in-vscode-3lo0
Author And Source
この問題について(【VSCode】black : pythonのfomatterを導入), 我々は、より多くの情報をここで見つけました https://qiita.com/minh33/items/4f7f2ad9145b39b7a8b5著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .