LangChain / scripts /lint.sh
dcd018's picture
Initial commit.
b88c922
Raw
History Blame Contribute Delete
98 Bytes
#!/usr/bin/env bash
set -x
mypy app
black app --check
isort --recursive --check-only app
flake8