質問するログイン新規登録

質問編集履歴

2

文法修正

2020/09/16 01:33

投稿

study_111
study_111

スコア82

title CHANGED
File without changes
body CHANGED
@@ -3,7 +3,7 @@
3
3
  現状、VSCodeの``settings.json``ファイルの内容は下記になります。
4
4
  ```
5
5
  {
6
- "python.pythonPath": "/Users/shinya/Desktop/wp-checktool/venv/bin/python",
6
+ "python.pythonPath": "/Users/aaa/Desktop/test/venv/bin/python",
7
7
  "git.ignoreLimitWarning": true,
8
8
  // リンタの設定
9
9
  "python.linting.pylintEnabled": false,

1

誤字修正

2020/09/16 01:33

投稿

study_111
study_111

スコア82

title CHANGED
File without changes
body CHANGED
@@ -1,5 +1,5 @@
1
1
  pythonの開発をVSCodeにて行なっているのですが、自動整形ツール(black)にてインデントの幅が「2」に修正されない現象が起きてしまっております。
2
- VSCodeの設定につきまして[Qiita](https://qiita.com/ksh-fthr/items/7cf8b5f2fde82d1c6bf7)の記事を参考に設定を行いました。また、black導入につきましては、[こちら](https://www.macky-studio.com/entry/2019/07/04/152323)の記事を参考にしました。
2
+ VSCodeの設定につきまして[Qiita](https://qiita.com/ksh-fthr/items/7cf8b5f2fde82d1c6bf7)の記事を参考に設定を行いました。また、black導入につきましては、[こちら](https://www.macky-studio.com/entry/2019/07/04/152323)の記事を参考にしました。
3
3
  現状、VSCodeの``settings.json``ファイルの内容は下記になります。
4
4
  ```
5
5
  {