Skip to content

Commit 3b65332

Browse files
committed
better options data checks
1 parent 8031bb7 commit 3b65332

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pypeec/lib_check/check_data_options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def check_tag_list(data_check, tag_list):
2525
"type": ["null", "array"],
2626
"items": {
2727
"type": "string",
28+
"minLength": 1,
2829
},
2930
}
3031

0 commit comments

Comments
 (0)