Update Makefile with formatting and linting
changes
This commit is contained in:
parent
e4d8687a09
commit
1e32526880
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -30,12 +30,13 @@ else
|
|||
endif
|
||||
|
||||
format:
|
||||
poetry run ruff . --fix --exclude src/backend/langflow/alembic --line-length 120
|
||||
poetry run ruff . --fix
|
||||
poetry run ruff format .
|
||||
cd src/frontend && npm run format
|
||||
|
||||
lint:
|
||||
poetry run mypy src/backend/langflow
|
||||
poetry run ruff . --fix --line-length 120
|
||||
poetry run ruff . --fix
|
||||
|
||||
install_frontend:
|
||||
cd src/frontend && npm install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue