From 4c3c2eaa3bfa78cc53e6121e16c8a29d6c205a14 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 4 Oct 2024 07:11:06 +0200 Subject: [PATCH] chore: update ruff target version to 3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad1c02928..00490ff19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,7 +120,7 @@ ignore = ["freqtrade/vendor/**"] [tool.ruff] line-length = 100 extend-exclude = [".env", ".venv"] -target-version = "py38" +target-version = "py39" [tool.ruff.lint] extend-select = [