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