From 7458375aefdd5d3f5f0d57670a44ff565a625b11 Mon Sep 17 00:00:00 2001 From: Tom Scholten Date: Sat, 20 May 2023 11:18:07 +0200 Subject: [PATCH] Ruff 269 not supporting keep-runtime-drying --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2af9e3447..a2c6aeb14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -270,8 +270,5 @@ voluptuous = "vol" [tool.ruff.flake8-pytest-style] fixture-parentheses = false -[tool.ruff.pyupgrade] -keep-runtime-typing = true - [tool.ruff.mccabe] max-complexity = 25