From d39c03164a0f6699a574f7e7719797ab89e9529b Mon Sep 17 00:00:00 2001 From: Evan Rittenhouse Date: Sun, 9 Jul 2023 17:23:12 -0500 Subject: [PATCH] Fix schema again --- ruff.schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ruff.schema.json b/ruff.schema.json index ae0b03fcf1ee66..ecbae5dc94cfe5 100644 --- a/ruff.schema.json +++ b/ruff.schema.json @@ -2400,6 +2400,7 @@ "RUF011", "RUF012", "RUF013", + "RUF014", "RUF015", "RUF1", "RUF10", @@ -2690,4 +2691,4 @@ "type": "string" } } -} \ No newline at end of file +}