From f2460ecd7f58008a417e942ee8de9794a582a758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 2 Sep 2024 16:15:28 +0200 Subject: [PATCH] ignore some pytest lints --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3cf8b3c29..019beab42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,4 +38,4 @@ lint.select = [ "U", "YTT", ] -lint.ignore = ["E501", "E402", "E731", "ANN101", "ANN401", "A003", "RET504"] +lint.ignore = ["E501", "E402", "E731", "ANN101", "ANN401", "A003", "RET504", "PT001", "PT023"]