Skip to content

Commit d4a9588

Browse files
committed
feat: improve isort configurability
1 parent 9d6e41e commit d4a9588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,12 @@
157157
}
158158
},
159159
"patternProperties": {
160-
"^known_[a-z_]+": {
160+
"^known_[a-zA-Z_]+": {
161161
"type": "array",
162162
"items": { "type": "string" }
163163
}
164164
},
165-
"additionalProperties": false,
165+
"additionalProperties": true,
166166
"type": "object"
167167
},
168168
"yapf": {

0 commit comments

Comments
 (0)