From 22d8839817d8921174aa0807e4aff9ecc6153c3e Mon Sep 17 00:00:00 2001 From: Brian Kroth Date: Fri, 22 Nov 2024 17:06:02 +0000 Subject: [PATCH] comments (to help us when deprecating python 3.8) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 214c3b58ff..04595e1ed9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ disable = [ "fixme", "no-else-return", "consider-using-assignment-expr", - "deprecated-typing-alias", # disable for now - only deprecated recently + "deprecated-typing-alias", # disable for now - still supporting python 3.8 "docstring-first-line-empty", "consider-alternative-union-syntax", # disable for now - still supporting python 3.8 "missing-raises-doc",