From c47f99175e694725464e97c1aa8e1cdf93f3d547 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Sat, 27 Jul 2024 20:14:25 +0200 Subject: [PATCH] chore: target python 3.10 in ruff config --- ruff.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/ruff.toml b/ruff.toml index a585112..591b9ed 100644 --- a/ruff.toml +++ b/ruff.toml @@ -1,4 +1,5 @@ line-length = 120 +target-version = "py310" # https://docs.astral.sh/ruff/rules/ [lint]