From a7ba539d934611073ebd8a88c582e6cee6c00587 Mon Sep 17 00:00:00 2001 From: goodboy Date: Wed, 4 Mar 2026 17:17:51 -0500 Subject: [PATCH] WIP get him to write a ruff conf to match our code --- ruff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruff.toml b/ruff.toml index 01873dab..b928ad00 100644 --- a/ruff.toml +++ b/ruff.toml @@ -35,7 +35,7 @@ exclude = [ line-length = 88 indent-width = 4 -# Assume Python 3.9 +# !XXX sync with `pyproject.toml`! target-version = "py312" # ------ - ------