Skip to content

Commit

Permalink
Add missing test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Aug 6, 2024
1 parent 89dbd4b commit 42d606a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ select = [ "E", "I", "F", "B", "FA", "UP", "PT", "Q", "RET", "SIM", "PERF",]
dependencies = [ "pre-commit",]

[tool.hatch.envs.test]
dependencies = [ "pytest", "pytest-cov"]
dependencies = [ "pytest", "pytest-cov", "mistletoe" ]

[tool.ruff.lint.isort]
known-first-party = [ "spinasm_lsp",]
Expand Down

0 comments on commit 42d606a

Please sign in to comment.