From 42d606a5a17ce263a27f2eca6166b50e5a306af1 Mon Sep 17 00:00:00 2001 From: Aaron Zuspan Date: Mon, 5 Aug 2024 17:50:43 -0700 Subject: [PATCH] Add missing test dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 792e4b0..0dda2be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",]