Skip to content

Commit ce1b8f7

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
tox.ini: add schemaupdate environment
Run `tox -e schemaupdate` to regenerate the schema file(s). Signed-off-by: John Mulligan <[email protected]>
1 parent d36b8ed commit ce1b8f7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tox.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ commands =
7070
setenv =
7171
MULTIDICT_NO_EXTENSIONS=1
7272

73+
[testenv:schemaupdate]
74+
deps =
75+
black>=23, <24
76+
PyYAML
77+
commands =
78+
python -m sambacc.schema.tool --update
79+
7380
# this gitlint rule is not run by default.
7481
# Run it manually with: tox -e gitlint
7582
[testenv:gitlint]

0 commit comments

Comments
 (0)