From 1ca1d5ecd1a71c2fce096236478e6f6b25228620 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sat, 9 Jul 2022 06:30:27 +0200 Subject: [PATCH] Update after pulling python-lsp-server git repository --- README.org | 4 ++-- pylsp-auto-import-modules.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index caa5155..ff8903b 100644 --- a/README.org +++ b/README.org @@ -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." }, diff --git a/pylsp-auto-import-modules.patch b/pylsp-auto-import-modules.patch index 073be79..b8db7a2 100644 --- a/pylsp-auto-import-modules.patch +++ b/pylsp-auto-import-modules.patch @@ -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." },