Skip to content

Commit f9a2191

Browse files
committed
Add uv-build to dev dependencies and update skip-magic-trailing-comma comment
1 parent fe90806 commit f9a2191

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.12"
77
dependencies = []
88

99
[dependency-groups]
10-
dev = ["pre-commit>=4.4.0", "ruff>=0.14.5", "ty>=0.0.24"]
10+
dev = ["pre-commit>=4.4.0", "ruff>=0.14.5", "ty>=0.0.24", "uv-build>=0.11.2"]
1111

1212
[build-system]
1313
requires = ["uv_build>=0.11.2,<0.12"]
@@ -53,4 +53,4 @@ select = [
5353

5454
[tool.ruff.format]
5555
docstring-code-format = true
56-
skip-magic-trailing-comma = true
56+
# skip-magic-trailing-comma = true

0 commit comments

Comments
 (0)