Skip to content

Commit 7d60e7d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e87a0a1 commit 7d60e7d

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,18 @@ test = [
5959
"pytest>=9.0.2",
6060
"pytest-cov>=7",
6161
]
62-
type = [ "ty>=0.0.17", { include-group = "test" }, ]
63-
lint = [ "pre-commit-uv>=4.2", ]
64-
pkg-meta = [ "check-wheel-contents>=0.6.3", "twine>=6.2", "uv>=0.9.16", ]
62+
type = [
63+
"ty>=0.0.17",
64+
{ include-group = "test" },
65+
]
66+
lint = [
67+
"pre-commit-uv>=4.2",
68+
]
69+
pkg-meta = [
70+
"check-wheel-contents>=0.6.3",
71+
"twine>=6.2",
72+
"uv>=0.9.16",
73+
]
6574

6675
[tool.hatch]
6776
build.hooks.vcs.version-file = "src/sphinx_argparse_cli/version.py"

0 commit comments

Comments
 (0)