From b3bc7c687c07eb04e0aa4b97ab5ca24b58d5faf1 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 20 Feb 2026 00:26:47 +0000 Subject: [PATCH] fix ruff py version --- ruff.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruff.toml b/ruff.toml index bf5472e..1d12d30 100644 --- a/ruff.toml +++ b/ruff.toml @@ -32,8 +32,8 @@ exclude = [ line-length = 88 indent-width = 4 -# Assume Python 3.9 -target-version = "py39" +# Assume Python 3.10 +target-version = "py310" [lint] # Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.