From 5197f0961907a68b441b91eef35ab1de6c3d744e Mon Sep 17 00:00:00 2001 From: Janosh Riebesell Date: Thu, 19 Oct 2023 15:20:56 -0700 Subject: [PATCH] ruff bump target-version = py39 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 900a03b157..51d0838247 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -142,7 +142,7 @@ exclude_lines = [ ] [tool.ruff] -target-version = "py38" +target-version = "py39" select = [ "B", # flake8-bugbear "C4", # flake8-comprehensions