coc-pyright 1.1.331 → 1.1.333

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/lib/index.js +14443 -13462
  3. package/package.json +21 -5
package/README.md CHANGED
@@ -29,7 +29,7 @@ Note: Pyright may not work as expected if can't detect _project root_ correctly,
29
29
  ## Commands
30
30
 
31
31
  - `python.runLinting`: Run linting
32
- - `python.sortImports`: Sort imports by `isort`
32
+ - `python.sortImports`: Sort imports by `isort` or `ruff`
33
33
  - `pyright.version`: Show the currently used Pyright version
34
34
  - `pyright.organizeimports`: Organize imports by Pyright
35
35
  - `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.