Skip to content

Commit 06cee7e

Browse files
committed
Fix malformed dev dependencies list in pyproject.toml
1 parent fc2ef96 commit 06cee7e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ dependencies = [
5151
"vws-auth-tools>=2024.7.12",
5252
"werkzeug>=3.1.2",
5353
]
54-
optional-dependencies.dev = [ "actionlint-py==1.7.12.24",
54+
optional-dependencies.dev = [
55+
"actionlint-py==1.7.12.24",
5556
"check-manifest==0.51",
5657
"check-wheel-contents==0.6.3",
5758
"coverage==7.14.0",
@@ -109,6 +110,7 @@ optional-dependencies.dev = [ "actionlint-py==1.7.12.24",
109110
"vws-web-tools==2026.2.22.1",
110111
"yamlfix==1.19.1",
111112
"zizmor==1.25.2",
113+
112114
]
113115
optional-dependencies.release = [ "check-wheel-contents==0.6.3" ]
114116
urls.Documentation = "https://vws-python.github.io/vws-python-mock/"

0 commit comments

Comments
 (0)