Skip to content

Commit

Permalink
chore: README
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward committed Oct 20, 2023
1 parent 0e2051b commit 50216f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Note: Pyright may not work as expected if can't detect _project root_ correctly,
## Commands

- `python.runLinting`: Run linting
- `python.sortImports`: Sort imports by `isort`
- `python.sortImports`: Sort imports by `isort` or `ruff`
- `pyright.version`: Show the currently used Pyright version
- `pyright.organizeimports`: Organize imports by Pyright
- `pyright.restartserver`: This command forces the type checker to discard all of its cached type information and restart analysis. It is useful in cases where new type stubs or libraries have been installed.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@
"commands": [
{
"command": "python.sortImports",
"title": "Sort Imports by isort",
"title": "Sort Imports by isort or ruff",
"category": "Pyright"
},
{
Expand Down

0 comments on commit 50216f7

Please sign in to comment.