We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
code_style
1 parent aa4e28f commit d86e9a0Copy full SHA for d86e9a0
pyproject.toml
@@ -35,7 +35,6 @@ Homepage = "https://github.com/executablebooks/markdown-it-py"
35
Documentation = "https://markdown-it-py.readthedocs.io"
36
37
[project.optional-dependencies]
38
-code_style = ["pre-commit~=3.0"]
39
compare = [
40
"commonmark~=0.9",
41
"markdown~=3.4",
@@ -71,6 +70,7 @@ benchmarking = [
71
70
profiling = ["gprof2dot"]
72
73
[dependency-groups]
+pre_commit = ["pre-commit"]
74
mypy = ["mypy", "mdurl", "typing-extensions"]
75
76
[project.scripts]
0 commit comments