From 330497e230f403b6f0d06507777e1c1bab6971f5 Mon Sep 17 00:00:00 2001 From: Atharva Varpe <112651083+Atharva-Varpe@users.noreply.github.com> Date: Fri, 30 May 2025 12:05:14 +0530 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ee56977a4..f1a3dffb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -212,7 +212,6 @@ description = "Run ruff linter and formatter" skip_install = true deps = ["ruff"] commands = [ - ["ruff", "check", "."], - ["ruff", "format", "--check", "."] + ["ruff", "check", "."] ] -labels = ["lint"] \ No newline at end of file +labels = ["lint"]