Skip to content

Commit d86e9a0

Browse files
authored
🔧 Move code_style to dependency group (#344)
1 parent aa4e28f commit d86e9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Homepage = "https://github.com/executablebooks/markdown-it-py"
3535
Documentation = "https://markdown-it-py.readthedocs.io"
3636

3737
[project.optional-dependencies]
38-
code_style = ["pre-commit~=3.0"]
3938
compare = [
4039
"commonmark~=0.9",
4140
"markdown~=3.4",
@@ -71,6 +70,7 @@ benchmarking = [
7170
profiling = ["gprof2dot"]
7271

7372
[dependency-groups]
73+
pre_commit = ["pre-commit"]
7474
mypy = ["mypy", "mdurl", "typing-extensions"]
7575

7676
[project.scripts]

0 commit comments

Comments
 (0)