From e7bee95551a32c035a7e986d6b254320bc479624 Mon Sep 17 00:00:00 2001 From: James Riehl Date: Wed, 30 Aug 2023 10:22:12 +0100 Subject: [PATCH] fix: add comma in .pylintrc --- python/.pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/.pylintrc b/python/.pylintrc index 6f83507a..e9dc13e6 100644 --- a/python/.pylintrc +++ b/python/.pylintrc @@ -11,6 +11,6 @@ disable=missing-module-docstring, logging-fstring-interpolation, import-outside-toplevel, too-many-statements, - too-many-locals + too-many-locals, broad-exception-caught