ソースを参照

Update pyproject.toml

Atharva Varpe 6 日 前
コミット
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"]