mirror of
https://github.com/neoarz/Syntrel.git
synced 2026-05-11 15:25:38 +02:00
fix: remove check
This commit is contained in:
@@ -12,7 +12,6 @@ dependencies = []
|
||||
syntrel = "syntrel.cli:main"
|
||||
lint = "syntrel.dev:lint"
|
||||
format = "syntrel.dev:format"
|
||||
check = "syntrel.dev:check"
|
||||
|
||||
[build-system]
|
||||
requires = ["uv_build>=0.11.3,<0.12.0"]
|
||||
|
||||
@@ -30,7 +30,3 @@ def lint() -> None:
|
||||
def format() -> None:
|
||||
_run("ruff", "check", "--fix", ".")
|
||||
_run("ruff", "format", ".")
|
||||
|
||||
|
||||
def check() -> None:
|
||||
lint()
|
||||
|
||||
Reference in New Issue
Block a user