Skip to content

Commit

Permalink
Bump version to 0.4.21 (#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz authored Sep 21, 2023
2 parents 9920bfd + f6ea541 commit 1bb9b1c
Show file tree
Hide file tree
Showing 4 changed files with 364 additions and 230 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ format:

lint:
# skip .venv folder
poetry run mypy --exclude .venv .
poetry run mypy --exclude .venv ./src/backend/langflow
poetry run black . --check
poetry run ruff . --fix

Expand Down
Loading

0 comments on commit 1bb9b1c

Please sign in to comment.