Commit d6121d3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 69 | + | |
| 70 | + | |
76 | 71 | | |
77 | 72 | | |
78 | 73 | | |
| |||
- .github/workflows/static.yml+4-4
- .github/workflows/test-linux.yml+3-3
- .github/workflows/test-mac.yml+4-4
- .github/workflows/test-win.yml+3-3
- CHANGELOG.md+101
- CONFIGURATION.md+3-2
- CONTRIBUTING.md+40
- README.md+3-3
- pylsp/__main__.py+3-3
- pylsp/_utils.py+4-4
- pylsp/config/config.py+3-3
- pylsp/config/flake8_conf.py+1
- pylsp/config/schema.json+18-10
- pylsp/config/source.py+7-7
- pylsp/hookspecs.py+31-32
- pylsp/lsp.py-49
- pylsp/plugins/_resolvers.py+2-2
- pylsp/plugins/_rope_task_handle.py+3-3
- pylsp/plugins/flake8_lint.py+2
- pylsp/plugins/jedi_rename.py+1-1
- pylsp/plugins/preload_imports.py+1-1
- pylsp/plugins/pycodestyle_lint.py+1-1
- pylsp/plugins/pydocstyle_lint.py+1-1
- pylsp/plugins/pyflakes_lint.py+4-4
- pylsp/plugins/pylint_lint.py+17-3
- pylsp/plugins/rope_autoimport.py+9-7
- pylsp/plugins/rope_rename.py-66
- pylsp/plugins/semantic_tokens.py-114
- pylsp/plugins/symbols.py+1-1
- pylsp/plugins/type_definition.py+8-12
- pylsp/py.typed
- pylsp/python_lsp.py+42-57
- pylsp/uris.py+1
- pylsp/workspace.py+60-33
- pyproject.toml+8-10
- scripts/jsonschema2md.py+1-1
- test/conftest.py+2-1
- test/fixtures.py+3-3
- test/plugins/test_autoimport.py+30-28
- test/plugins/test_autopep8_format.py+5-5
- test/plugins/test_completion.py+28-28
- test/plugins/test_definitions.py+7-7
- test/plugins/test_flake8_lint.py+8-8
- test/plugins/test_folding.py+2-2
- test/plugins/test_highlight.py+2-2
- test/plugins/test_hover.py+3-3
- test/plugins/test_jedi_rename.py+1-1
- test/plugins/test_mccabe_lint.py+2-2
- test/plugins/test_pycodestyle_lint.py+3-3
- test/plugins/test_pydocstyle_lint.py+4-4
- test/plugins/test_pyflakes_lint.py+4-4
- test/plugins/test_pylint_lint.py+7-7
- test/plugins/test_references.py+2-2
- test/plugins/test_rope_rename.py-73
- test/plugins/test_signature.py+4-4
- test/plugins/test_symbols.py+3-3
- test/plugins/test_yapf_format.py+9-9
- test/test_configuration.py+6-4
- test/test_document.py+10-11
- test/test_language_server.py+7-6
- test/test_notebook_document.py+13-13
- test/test_text_edit.py+4-4
- test/test_uris.py+6-7
- test/test_utils.py+15-13
- test/test_workspace.py+27-27
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
0 commit comments