Skip to content

Commit

Permalink
chore: update pylint rule name
Browse files Browse the repository at this point in the history
Based on 5ccabbd

Signed-off-by: Patrick Roy <[email protected]>
Co-authored-by: Takahiro Itazuri <[email protected]>
  • Loading branch information
2 people authored and dianpopa committed Apr 3, 2023
1 parent 2fbbd9e commit 30ef8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/style/test_pylint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 30ef8a3

Please sign in to comment.