Skip to content

Commit 1a621f4

Browse files
committed
➕ add dprint as development dependency
1 parent 3957234 commit 1a621f4

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@
4545
{ include-group = "mypy" },
4646
{ include-group = "test_runtime" },
4747
{ include-group = "test_numpy" },
48-
"lefthook==1.12.0",
48+
"lefthook==1.12.2",
4949
"orjson>=3.11.0; python_version<'3.14'", # used by mypy
5050
]
5151
lint = [
5252
"ruff==0.12.4",
53+
"dprint-py>=0.50.0.0",
5354
]
5455
mypy = [
5556
"mypy==1.17.0",

uv.lock

Lines changed: 23 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)