Skip to content

Commit

Permalink
fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lispandfound committed May 9, 2024
1 parent 691ca40 commit b2e13c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ qcore = { git = "https://github.com/ucgmsim/qcore" }
[tool.poetry.group.dev.dependencies]
python-lsp-server = "*"
python-lsp-black = "*"
python-lsp-isort = "*"
black = "*"
rope = "*"
pyflake = "*"
pyflakes = "*"
mccabe = "*"
pycodestyle = "*"

Expand Down

0 comments on commit b2e13c5

Please sign in to comment.