From 59f213d6a118ae407556080feadc982d3688940b Mon Sep 17 00:00:00 2001 From: Frizlab Date: Sun, 22 Mar 2026 22:39:48 +0100 Subject: [PATCH] Fix readme formatting issue in the Package Manager website MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The code-block needs a white line before it for this website’s parser while GitHub’s does not require it. --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index a79e413..296867c 100644 --- a/Readme.md +++ b/Readme.md @@ -56,6 +56,7 @@ This is a simple example, that disable tabs auto-translation to spaces, set the To get proper completion and errors in the editor when working on this repo, one can create a `pyrightconfig.json` file at the root of the repo, containing something like this (on macOS; adjust paths accordingly depending on your environment): + ```json { "venvPath": ".",