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

Commit

Permalink
📝 docs: format docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Mar 24, 2024
1 parent 841e91a commit 3a9c753
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 @@ -33,7 +33,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 3a9c753

Please sign in to comment.