Skip to content

Commit

Permalink
chore: move from poetry to uv
Browse files Browse the repository at this point in the history
  • Loading branch information
brownben committed Apr 10, 2024
1 parent 262078d commit 2dec450
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 1,180 deletions.
8 changes: 0 additions & 8 deletions backend/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
# Backend

```sh
# Install Dependencies
poetry install

# Open Virtual Enviroment
poetry shell

# Fix Style
isort .
ruff format .

# Check style matches
isort . --check-only
ruff format . --check

# Typecheck
Expand Down
Loading

0 comments on commit 2dec450

Please sign in to comment.