Skip to content

Commit

Permalink
Fixes bug in websocket and updates dependencies (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz authored Aug 25, 2023
2 parents 60b9f01 + 04b1474 commit 6de92ea
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 234 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ format:
cd src/frontend && npm run format

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

Expand Down
Loading

0 comments on commit 6de92ea

Please sign in to comment.