LangChain / scripts /format.sh
dcd018's picture
Initial commit.
b88c922
Raw
History Blame Contribute Delete
174 Bytes
#!/bin/sh -e
set -x
autoflake --remove-all-unused-imports --recursive --remove-unused-variables --in-place app --exclude=__init__.py
black app
isort --recursive --apply app