From 6b6851bf1fe1d1a2ff23519247aae3721cf3c8c5 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Wed, 28 Dec 2022 12:27:01 -0500 Subject: [PATCH] Update JSON schema --- ruff.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruff.schema.json b/ruff.schema.json index 4394cc7b88..13e02fca75 100644 --- a/ruff.schema.json +++ b/ruff.schema.json @@ -111,7 +111,7 @@ } }, "flake8-annotations": { - "description": "Plugins Options for the `flake8-annotations` plugin.", + "description": "Options for the `flake8-annotations` plugin.", "anyOf": [ { "$ref": "#/definitions/Flake8AnnotationsOptions"