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