Merge branch 'release' into dev
This commit is contained in:
commit
dd3f3d4ca8
9 changed files with 430 additions and 425 deletions
1
Makefile
1
Makefile
|
|
@ -35,6 +35,7 @@ format:
|
|||
cd src/frontend && npm run format
|
||||
|
||||
lint:
|
||||
make install_backend
|
||||
poetry run mypy src/backend/langflow
|
||||
poetry run black . --check
|
||||
poetry run ruff . --fix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue