Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
🎨 style: re-format docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Jun 13, 2024
1 parent 0b48932 commit e19bc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ VS Code 推荐配置:
// 现在有一些类型在 strict mode 工作的并不是很好,推荐先使用 basic mode
"python.analysis.typeCheckingMode": "basic",
"python.analysis.inlayHints.functionReturnTypes": true,
"python.analysis.inlayHints.variableTypes": true
"python.analysis.inlayHints.variableTypes": true,
}
```

Expand Down

0 comments on commit e19bc56

Please sign in to comment.