Skip to content

Commit 6c6736c

Browse files
committed
remove
1 parent 29b60c7 commit 6c6736c

3 files changed

Lines changed: 1 addition & 116 deletions

File tree

vector-serve/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
SOURCE_OBJECTS=app
22

33
format:
4-
uv run black ${SOURCE_OBJECTS}
54
uv run ruff check --silent --fix --exit-zero ${SOURCE_OBJECTS}
65

76
download.models:
@@ -23,4 +22,3 @@ setup:
2322

2423
check:
2524
uv run ruff check ${SOURCE_OBJECTS}
26-
uv run black --check ${SOURCE_OBJECTS}

vector-serve/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ dependencies = [
2121
[tool.uv]
2222
dev-dependencies = [
2323
"ruff",
24-
"black",
2524
"pytest>=8",
2625
"httpx>=0.27",
2726
]

0 commit comments

Comments
 (0)