Update pyproject.toml

This commit is contained in:
Atharva Varpe 2025-05-30 12:05:14 +05:30 committed by GitHub
parent 1b77ddf5f9
commit 330497e230
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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