From a03ea83dd87b8ef3a57bba2b8302ea54c8b87ada Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Mon, 30 Aug 2021 14:35:17 +0200 Subject: [PATCH] updated lint --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8fec64f..29cc4f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,4 +22,4 @@ quiet = true [tool.pylint.messages_control] -disable = "E1120, R0914, E0401, R0912, R0916, R0913, W0104" +disable = "E1120, R0914, E0401, R0912, R0916, R0913, W0104, R0801, W1404"