From a94a361aa51430b5b2304667348aca376845c6cb Mon Sep 17 00:00:00 2001 From: xraymemory Date: Mon, 13 Jul 2026 16:06:28 -0400 Subject: [PATCH] fix(tooling): align Ruff with Python 3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e370611..66995a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -198,7 +198,7 @@ testpaths = ["tests"] extend-include = ["*.ipynb"] line-length = 100 src = [] -target-version = "py312" +target-version = "py311" [tool.ruff.lint] fixable = ["I001", "F401", "UP"]