Skip to content

Commit

Permalink
fix: added missing pyright dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Oct 10, 2023
1 parent dec91e2 commit bddcb36
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,14 @@ repository = "https://github.com/centre-for-humanities-computing/DaCy"
file = "LICENSE"
name = "Apache License 2.0"
[project.optional-dependencies]
dev = ["cruft", "pre-commit>=2.20.0", "ruff>=0.0.262", "black[jupyter]>=23.3.0"]
dev = [
"cruft>=2.0.0",
"pyright==1.1.305",
"pyright-polite>=0.0.1",
"pre-commit>=2.20.0",
"ruff>=0.0.262",
"black[jupyter]>=23.3.0",
]
tests = [
"pytest>=7.1.2",
"pytest-cov>=3.0.0",
Expand Down

0 comments on commit bddcb36

Please sign in to comment.