<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- pylsp/plugins/flake8_lint.py.orig	2023-11-11 12:55:22
+++ pylsp/plugins/flake8_lint.py	2023-11-11 12:55:34
@@ -77,7 +77,7 @@
             log.debug("using flake8 with config: %s", opts["config"])
 
         # Call the flake8 utility then parse diagnostics from stdout
-        flake8_executable = settings.get("executable", "flake8")
+        flake8_executable = settings.get("executable", "@@FLAKE8_BIN@@")
 
         args = build_args(opts)
 
</pre></body></html>