coc-pyright 1.1.333 → 1.1.335
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.
- package/README.md +1 -1
- package/lib/index.js +2021 -1979
- package/package.json +495 -148
- package/pythonFiles/sortImports.py +0 -13
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
- inlayHints supports
|
|
13
13
|
- codeActions to add imports, ignore typing check, run tests and more
|
|
14
14
|
- linting with `bandit`, `flake8`, `mypy`, `ruff`, `prospector`, `pycodestyle`, `pydocstyle`, `pyflakes`, `pylama`, `pylint`, `pytype`
|
|
15
|
-
- formatting with `yapf`, `black`, `autopep8`, `darker`, `blackd`, `pyink`
|
|
15
|
+
- formatting with `ruff`, `yapf`, `black`, `autopep8`, `darker`, `blackd`, `pyink`
|
|
16
16
|
- testing with `unittest` or `pytest`, supports codeLens
|
|
17
17
|
- sort imports with `ruff`, `isort` and `pyright`
|
|
18
18
|
- extract method and variables with `rope`
|