From 92514a2cfe62d5d46a69bbdeb87fdf0147ef254a Mon Sep 17 00:00:00 2001 From: Harry Mellor <19981378+hmellor@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:27:52 +0000 Subject: [PATCH] Ignore other Python 3.8 typing rule Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ff56bc3fe117..a9f6364512e90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ ignore = [ # f-string format "UP032", # Python 3.8 typing - "UP006", + "UP006", "UP035", ] [tool.mypy]