From 0802bbfee8d5f900cc45b5436a0cf2cd6196e5fd Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Sat, 30 Nov 2024 07:02:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Move=20`code=5Fstyle`=20dependen?= =?UTF-8?q?cy=20group?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d46668a0..5cb7012d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,6 @@ Homepage = "https://github.com/executablebooks/markdown-it-py" Documentation = "https://markdown-it-py.readthedocs.io" [project.optional-dependencies] -code_style = ["pre-commit~=3.0"] compare = [ "commonmark~=0.9", "markdown~=3.4", @@ -71,6 +70,7 @@ benchmarking = [ profiling = ["gprof2dot"] [dependency-groups] +pre_commit = ["pre-commit"] mypy = ["mypy", "mdurl", "typing-extensions"] [project.scripts]