From 5b06df6db1630c13e35899fb9a1ed4a62f26d612 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Fri, 3 Nov 2023 10:56:18 -0400 Subject: [PATCH] Apparently this setting is now autodetected. Thanks mastodocs (https://mastodon.social/deck/@hynek/111347150437324121). --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26d299a3..efb5b9fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -141,7 +141,6 @@ exclude = ["jsonschema/benchmarks/*"] [tool.ruff] line-length = 79 -target-version = "py38" select = ["B", "D", "D204", "E", "F", "Q", "RUF", "SIM", "UP", "W"] ignore = [ # Wat, type annotations for self and cls, why is this a thing?