From d4a958877b43a3a3eb50c7001719839c14271b97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Wed, 24 Sep 2025 16:09:54 -0700 Subject: [PATCH] feat: improve isort configurability --- schema/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/settings.json b/schema/settings.json index 36fdf2f..dfba8a6 100644 --- a/schema/settings.json +++ b/schema/settings.json @@ -157,12 +157,12 @@ } }, "patternProperties": { - "^known_[a-z_]+": { + "^known_[a-zA-Z_]+": { "type": "array", "items": { "type": "string" } } }, - "additionalProperties": false, + "additionalProperties": true, "type": "object" }, "yapf": {