Skip to content

Commit

Permalink
chore(dev-deps): add pytest-cov, ruff and mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Nov 21, 2024
1 parent ce96a1c commit 6e7104e
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 2 deletions.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ version = "0.0.0"
members = ["word-prediction-kb-bert"]

[dependency-groups]
dev = ["pytest>=8.3.3"]
dev = [
"pytest-cov>=6.0.0",
"pytest>=8.3.3",
"ruff>=0.7.4",
"mypy>=1.13.0",
]
Loading

0 comments on commit 6e7104e

Please sign in to comment.