From 17a9e942df4af485f780053283466185eceb6fc3 Mon Sep 17 00:00:00 2001 From: aseembits93 Date: Tue, 27 May 2025 10:40:18 -0700 Subject: [PATCH] ruff should target atleast py39 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7a78b26ce..c3e48f889 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -151,6 +151,7 @@ init_typed = true warn_required_dynamic_aliases = true [tool.ruff] +target-version = "py39" line-length = 120 fix = true show-fixes = true