We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dccc19 commit b2693b1Copy full SHA for b2693b1
tests/test_from_schema.py
@@ -116,6 +116,7 @@ def test_invalid_regex_emit_warning(schema):
116
# Technically valid, but using regex patterns not supported by Python
117
"draft7/ECMA 262 regex escapes control codes with \\c and lower letter",
118
"draft7/ECMA 262 regex escapes control codes with \\c and upper letter",
119
+ "JSON schema for nodemon.json configuration files.",
120
"JSON Schema for mime type collections",
121
}
122
FLAKY_SCHEMAS = {
0 commit comments