Skip to content

Commit

Permalink
ep13b: Add cython back as a dev dependency for LSP
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwac committed Sep 15, 2024
1 parent 96cc9cb commit 6e5369c
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 1 deletion.
77 changes: 76 additions & 1 deletion episode-13/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions episode-13/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pyglm = "^2.7.1"
[tool.poetry.group.dev.dependencies]
ruff = "^0.5.5"
pyright = "^1.1.374"
cython = "^3.0.11"

[tool.pyright]
exclude = [".venv"]
Expand Down

0 comments on commit 6e5369c

Please sign in to comment.