From b4d2b4b1a7e26629427a9daffbf828f8a8b8ebd6 Mon Sep 17 00:00:00 2001 From: SigureMo Date: Sun, 4 Aug 2024 03:53:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20add=20uv=20badge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b9b827..50b8c8e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Just a template for quickly creating a python library. PyPI - Downloads LICENSE
+ ruff ruff Gitmoji

diff --git a/pyproject.toml b/pyproject.toml index 1d0bb4d..edf5366 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev-dependencies = [ ] [tool.pyright] -include = ["moelib", "tests"] +include = ["src/moelib", "tests"] pythonVersion = "3.9" typeCheckingMode = "strict"