Skip to content

Commit

Permalink
fix: unused
Browse files Browse the repository at this point in the history
  • Loading branch information
syu-w committed Apr 16, 2024
1 parent 9cf9d97 commit 1e70929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snapcraft/commands/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ def fill_parser(self, parser: argparse.ArgumentParser) -> None:
help="Set https proxy",
)

def run(
def run( # pylint: disable=unused-argument
self,
parsed_args: argparse.Namespace,
**kwargs: Any, # pylint: disable=unused-argument
**kwargs: Any,
) -> None:
"""Run the linter command.
Expand Down

0 comments on commit 1e70929

Please sign in to comment.