Skip to content

Commit

Permalink
Ignores pylint warning to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczmarczyck committed Sep 24, 2024
1 parent bff9f03 commit 6c77cd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def assert_python_library(module: str):
class RemoveConstAction(argparse.Action):

# pylint: disable=redefined-builtin
# pylint: disable=too-many-positional-arguments
def __init__(self,
option_strings,
dest,
Expand Down

0 comments on commit 6c77cd2

Please sign in to comment.