From 2bd35b4613d2a021e36f2d362e3ee521c5860bf5 Mon Sep 17 00:00:00 2001 From: Kyle Ferriter Date: Thu, 7 Nov 2024 13:34:14 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Kori Kuzma --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b95f802..28afb69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,10 +64,9 @@ build-backend = "setuptools.build_meta" [tool.ruff] line-length = 120 -target-version = "py311" +target-version = "py312" [tool.ruff.lint] -# select = ["E4", "E7", "E9", "F"] select = [ "C", "F",