From 28baecc20611173587ef3553c974822088ff18f1 Mon Sep 17 00:00:00 2001 From: Piotr Pauksztelo Date: Wed, 23 Oct 2024 13:44:43 +0200 Subject: [PATCH] Improve code quality in auto rule tester --- tests/unit/util/test_auto_rule_tester.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/unit/util/test_auto_rule_tester.py b/tests/unit/util/test_auto_rule_tester.py index 38ffbeec7..d66b1f3ac 100644 --- a/tests/unit/util/test_auto_rule_tester.py +++ b/tests/unit/util/test_auto_rule_tester.py @@ -1,3 +1,6 @@ +# pylint: disable=protected-access +# pylint: disable=broad-exception-caught +# pylint: disable=missing-function-docstring) import logging import re from unittest import mock