From a36be0dfe0332cca068033843fe6ae3130fb7aaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Sun, 19 Jan 2025 21:46:46 +0300 Subject: [PATCH] Fix target-version for ruff --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7fcd55..b5a1d1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ pydot = "3.0.4" # For visualizing Django models with "graph_models --pydot" [tool.ruff] line-length = 120 -target-version = "py312" +target-version = "py313" [tool.ruff.format] preview = true