langchain/templates/Makefile

9 lines
121 B
Makefile
Raw Normal View History

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