Skip to content

Commit 92a6567

Browse files
committed
🧑‍💻 include dprint in the tox lint env
1 parent 748fabe commit 92a6567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ runner = "uv-venv-lock-runner"
251251
dependency_groups = ["lint"]
252252
commands = [
253253
["repo-review", "."],
254+
["dprint", "check", "--incremental=false"],
254255
["ruff", "check", "--show-fixes"],
255256
["ruff", "format", "--check"],
256257
]

0 commit comments

Comments
 (0)