Update after pulling python-lsp-server git repository

This commit is contained in:
Gerard Vermeulen 2022-07-09 06:30:27 +02:00
parent 191177307c
commit 1ca1d5ecd1
2 changed files with 4 additions and 4 deletions

View File

@ -3372,10 +3372,10 @@ the information to [[https://github.com/python-lsp/python-lsp-server][python-lsp
#+name: lst:show-pylsp-server-patch
#+begin_src diff :tangle no
diff --git a/pylsp/config/schema.json b/pylsp/config/schema.json
index 860ccc1..44d80c9 100644
index 4443780..a19972b 100644
--- a/pylsp/config/schema.json
+++ b/pylsp/config/schema.json
@@ -82,6 +82,14 @@
@@ -87,6 +87,14 @@
"uniqueItems": true,
"description": "List of errors and warnings to enable."
},

View File

@ -1,8 +1,8 @@
diff --git a/pylsp/config/schema.json b/pylsp/config/schema.json
index 860ccc1..44d80c9 100644
index 4443780..a19972b 100644
--- a/pylsp/config/schema.json
+++ b/pylsp/config/schema.json
@@ -82,6 +82,14 @@
@@ -87,6 +87,14 @@
"uniqueItems": true,
"description": "List of errors and warnings to enable."
},