From 38b2556eabd129ea3430cecee43aa3b0a95353ae Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Fri, 2 Feb 2024 10:48:03 +0100 Subject: [PATCH] Wait for an update of python-lsp-ruff --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 7f313d2..29a1672 100644 --- a/README.org +++ b/README.org @@ -6402,7 +6402,7 @@ Available versions: 0.2.0, 0.1.1, 0.1.0 :type '(repeat string)) ;; Updating "docutils" may require a compatible "Sphinx" release. -;; (setopt pip-frozen-packages '("docutils")) +(setopt pip-frozen-packages '("ruff")) #+end_src #+caption[Emacs interface to list outdated Python packages]: