From d8b9d56389e2107ca9620d4a02244f32f00f53d6 Mon Sep 17 00:00:00 2001 From: Parfait Kondouwe Date: Wed, 24 May 2023 17:39:54 +0000 Subject: [PATCH] Update setup.cfg --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b9efd0a6..1a829ac5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ exclude_lines = def ask_path if __name__ == '__main__': def _get_daemon - +def signal [pylint] disable = W1202, R1702, R0912, R0915, R0902, R0903, R0914, R0913, W0621, C0103, C1801 # logging-format-interpolation @@ -49,3 +49,4 @@ extension-pkg-whitelist = numpy, matplotlib.cm ignored-modules = numpy, matplotlib.cm ignored-classes = numpy, matplotlib.cm ignore = tests +ignore code -- GitLab