coc-pyright 1.1.303 → 1.1.305

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 +3 -1
  2. package/lib/index.js +17857 -17307
  3. package/package.json +20 -4
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  - codeActions to add imports, ignore typing check, run tests and more
12
12
  - linting with `bandit`, `flake8`, `mypy`, `ruff`, `prospector`, `pycodestyle`, `pydocstyle`, `pyflakes`, `pylama`, `pylint`, `pytype`
13
- - formatting with `yapf`, `black`, `autopep8`, `darker`, `blackd`
13
+ - formatting with `yapf`, `black`, `autopep8`, `darker`, `blackd`, `pyink`
14
14
  - testing with `unittest` or `pytest`, supports codeLens
15
15
  - sort imports with `isort` or `pyright`
16
16
  - extract method and variables with `rope`
@@ -56,6 +56,8 @@ These configurations are used by `coc-pyright`, you need to set them in your `co
56
56
  | python.formatting.provider | Provider for formatting | autopep8 |
57
57
  | python.formatting.blackPath | Custom path to black | black |
58
58
  | python.formatting.blackArgs | Arguments passed to black | [] |
59
+ | python.formatting.pyinkPath | Custom path to pyink | pyink |
60
+ | python.formatting.pyinkArgs | Arguments passed to pyink | [] |
59
61
  | python.formatting.blackdPath | Custom path to blackd | blackd |
60
62
  | python.formatting.blackdHTTPURL | Custom blackd server url | "" |
61
63
  | python.formatting.blackdHTTPHeaders | Custom blackd request headers | {} |