瀏覽代碼

Update pyproject.toml

Atharva Varpe 4 天之前
父節點
當前提交
330497e230
共有 1 個文件被更改,包括 2 次插入3 次删除
  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"]