From 996512b04c037eb9b5662869a1f38f8d41e2b0a5 Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 13 Feb 2025 07:39:22 -0800 Subject: [PATCH] chore(ruff): set python target version to 3.8 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 87dfd40..a85ff0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,6 +90,7 @@ tomlkit = ">=0.13.0,<0.14" [tool.ruff] line-length = 88 +target-version = "py38" [tool.ruff.lint] select = ["ALL"]