From 7b499714f2852b3637892a232e0aad8f7e80afbb Mon Sep 17 00:00:00 2001 From: Gabriel Barberini Date: Thu, 14 Nov 2024 23:10:18 -0300 Subject: [PATCH] lower python version in ruff rules --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a667ee9..570738d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ disable = """ [tool.ruff] line-length = 79 -target-version = "py313" +target-version = "py312" [tool.ruff.lint] select = ["E", "F", "N", "Q"]