mirror of
https://github.com/run-llama/llama-hub.git
synced 2025-12-28 15:38:56 +00:00
8 lines
67 B
Makefile
8 lines
67 B
Makefile
.PHONY: format lint
|
|
|
|
format:
|
|
black .
|
|
isort .
|
|
|
|
test:
|
|
pytest tests
|