Closed3
Black (Python formatter) 覚書
"選択範囲の書式設定" = Format Selection っぽい
black does not support formatting sections of code, it can be prevented with the following settings "[python]": {"editor.formatOnPaste": false, "editor.formatOnSaveMode": "file"}.
Black使うときは↑の設定にしとかなきゃいけない
doc
VSCode拡張でBlack用の言語サーバーもあるらしい(Minimum supported version of black is 22.3.0.)
このスクラップは2024/05/21にクローズされました