Explorar o código

Update pyproject.toml

Atharva Varpe hai 6 días
pai
achega
330497e230
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      pyproject.toml

+ 2 - 3
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"]
+labels = ["lint"]