Skip to content

Commit 30ef8a3

Browse files
roypatzulinx86
authored andcommitted
chore: update pylint rule name
Based on 5ccabbd Signed-off-by: Patrick Roy <[email protected]> Co-authored-by: Takahiro Itazuri <[email protected]>
1 parent 2fbbd9e commit 30ef8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/style/test_pylint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def test_python_pylint():
2222
"fixme,too-many-instance-attributes,import-error,"
2323
"too-many-locals,too-many-arguments,consider-using-f-string,"
2424
"consider-using-with,implicit-str-concat,line-too-long,"
25-
"broad-except,duplicate-code tests tools .buildkite/*.py"
25+
"broad-exception-raised,duplicate-code tests tools .buildkite/*.py"
2626
)
2727
run(
2828
linter_cmd,

0 commit comments

Comments
 (0)