From 4ab572b4f27df414a69d8dcea75c06926b774326 Mon Sep 17 00:00:00 2001 From: omkarjoshi0304 Date: Fri, 4 Jul 2025 11:18:34 +0100 Subject: [PATCH] changes in the makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1573ea737..0c22a90f6 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ pyright: uv run pyright src docstyle: - uv run pydocstyle -v . + uv run pydocstyle -v src ruff: uv run ruff check . --per-file-ignores=tests/*:S101 --per-file-ignores=scripts/*:S101