From 2d07d10c77a2bb73bae3ccf2fc1c69737b94181d Mon Sep 17 00:00:00 2001 From: Rehan Khwaja Date: Sun, 24 Nov 2024 18:15:11 -0800 Subject: [PATCH] Don't need target-version when we already have requires-python --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db68f58..fb1f019 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,6 @@ coverage xml line-length = 200 lint.ignore = ["ANN", "D", "DTZ", "EM102", "ERA001", "FBT002", "FIX", "G004", "I", "N", "PT009", "PT027", "PT013", "PTH", "S101", "TCH003", "TD", "TRY003", "W191"] lint.select = ["ALL"] -target-version = "py38" [tool.ruff.lint.extend-per-file-ignores] "__init__.py" = ["F401"]