Skip to content

Commit b70606e

Browse files
committed
fix Makefile
1 parent e7104ea commit b70606e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ package-reinstall:
1414
uv tool install --force dist/*.whl
1515

1616
lint:
17-
uv run ruff check gendiff --fix
17+
uv run ruff check --fix
1818

1919
test:
2020
uv run pytest

0 commit comments

Comments
 (0)