Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ This is a simple example, that disable tabs auto-translation to spaces, set the
To get proper completion and errors in the editor when working on this repo,
one can create a `pyrightconfig.json` file at the root of the repo,
containing something like this (on macOS; adjust paths accordingly depending on your environment):

```json
{
"venvPath": ".",
Expand Down
Loading