VSCode/python/autopep8
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
},
"black-formatter.args": [ "--line-length=100" ],
"flake8.args": [ "--max-line-length=100" ],
"isort.args": [ "--profile", "black" ]※Ctrl+, で設定画面から設定してもよい。