From 178e402e6d7d0e61fe7c8be9db9caa3b8d3bc5f0 Mon Sep 17 00:00:00 2001 From: Genevieve Buckley <30920819+GenevieveBuckley@users.noreply.github.com> Date: Thu, 30 May 2024 15:17:55 +1000 Subject: [PATCH] Update ruff python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c03a73..c3a590d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,5 +53,5 @@ ignore = [ "SIM117", # flake8-simplify - some of merged with statements are not looking great with black, reanble after drop python 3.9 ] -target-version = "py38" +target-version = "py312" fix = true