Skip to content

Commit

Permalink
🔧 Move code_style to dependency group (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Nov 30, 2024
1 parent aa4e28f commit d86e9a0
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 @@ -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",
Expand Down Expand Up @@ -71,6 +70,7 @@ benchmarking = [
profiling = ["gprof2dot"]

[dependency-groups]
pre_commit = ["pre-commit"]
mypy = ["mypy", "mdurl", "typing-extensions"]

[project.scripts]
Expand Down

0 comments on commit d86e9a0

Please sign in to comment.