Skip to content

Commit

Permalink
maintain: remove needless default deps from tox envs
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkin committed Dec 12, 2024
1 parent 0cadd3d commit a0deaba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ commands = [

[tool.tox.env."cli"]
description = "run mdformat's own CLI"
deps = []
commands = [
["mdformat", { replace = "posargs", extend = true }],
]
Expand Down Expand Up @@ -147,6 +148,7 @@ commands = [

[tool.tox.env."benchmark"]
description = "benchmark mdformat against local doc files"
deps = []
commands = [
["python", "-c", "print('Wrap mode: keep')"],
["python", "-m", "timeit", "from mdformat._cli import run", 'run(["README.md", "docs/", "--check"])'],
Expand Down

0 comments on commit a0deaba

Please sign in to comment.