From 30ef8a3355ca7088989199cf9d993c84e60acb75 Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Thu, 30 Mar 2023 08:32:10 +0000 Subject: [PATCH] chore: update pylint rule name Based on 5ccabbd96ae00b8cbdc0f62ec048d242fa79f0a6 Signed-off-by: Patrick Roy Co-authored-by: Takahiro Itazuri --- tests/integration_tests/style/test_pylint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests/style/test_pylint.py b/tests/integration_tests/style/test_pylint.py index 2b3934dbe9f..9096a2df7b7 100644 --- a/tests/integration_tests/style/test_pylint.py +++ b/tests/integration_tests/style/test_pylint.py @@ -22,7 +22,7 @@ def test_python_pylint(): "fixme,too-many-instance-attributes,import-error," "too-many-locals,too-many-arguments,consider-using-f-string," "consider-using-with,implicit-str-concat,line-too-long," - "broad-except,duplicate-code tests tools .buildkite/*.py" + "broad-exception-raised,duplicate-code tests tools .buildkite/*.py" ) run( linter_cmd,