From ac34701e983d45a07023ba71d201608e1f588c5c Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 17 Jun 2023 15:04:01 -0400 Subject: [PATCH] chore: bump Ruff to 3.8+ too --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1b0069c..4368cd33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -144,7 +144,7 @@ extend-ignore = [ "PT004", # Rename suggested for returnless fixtures "PT007", # False positive (fixed upstream) ] -target-version = "py37" +target-version = "py38" typing-modules = ["cibuildwheel._compat.typing"] flake8-unused-arguments.ignore-variadic-names = true