From 0b5c8885a82f52755217d94672b465954b2b1b8b Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Wed, 14 Feb 2024 16:59:15 +0000 Subject: [PATCH] Restore D203 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8d5da2a..167d66b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,6 +85,7 @@ testpaths = [ fix = true force-exclude = true lint.ignore = [ + "D203", "D212", "D407", ]