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