diff --git a/ruff.schema.json b/ruff.schema.json index 259dff791af34..af8511b2ecc69 100644 --- a/ruff.schema.json +++ b/ruff.schema.json @@ -16,6 +16,17 @@ "minLength": 1 } }, + "allowed-imports": { + "description": "A list of modules which is allowed even thought it is not used in the code.", + "deprecated": true, + "type": [ + "array", + "null" + ], + "items": { + "type": "string" + } + }, "analyze": { "description": "Options to configure import map generation.", "anyOf": [