소스 검색

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"]