Skip to content

Commit e6be009

Browse files
committed
Ignores pylint warning to fix CI
1 parent d9bc095 commit e6be009

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ def assert_python_library(module: str):
205205
class RemoveConstAction(argparse.Action):
206206

207207
# pylint: disable=redefined-builtin
208+
# pylint: disable=too-many-positional-arguments
208209
def __init__(self,
209210
option_strings,
210211
dest,

0 commit comments

Comments
 (0)