From e30d15a3b3b17770997e39f7beb0a44bcca8c2be Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Wed, 14 Feb 2024 12:26:55 +0000 Subject: [PATCH] Remove 203 (#146) Doesn't seem to do anything --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 167d66b..8d5da2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,6 @@ testpaths = [ fix = true force-exclude = true lint.ignore = [ - "D203", "D212", "D407", ]