langchain/templates/Makefile

9 lines
97 B
Makefile
Raw Normal View History

lint lint_diff:
2023-10-27 02:44:30 +00:00
poetry run poe lint
test:
poetry run poe test
format:
poetry run poe format