File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 10901090 " I001" , # https://docs.astral.sh/ruff/rules/unsorted-imports
10911091 " SIM115" , # https://docs.astral.sh/ruff/rules/open-file-with-context-handler
10921092]
1093- "./scripts/west_commands/robot.py" = [
1094- " I001" , # https://docs.astral.sh/ruff/rules/unsorted-imports
1095- " UP008" , # https://docs.astral.sh/ruff/rules/super-call-with-parameters
1096- ]
10971093"./scripts/west_commands/run_common.py" = [
10981094 " B904" , # https://docs.astral.sh/ruff/rules/raise-without-from-inside-except
10991095 " B905" , # https://docs.astral.sh/ruff/rules/zip-without-explicit-strict
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: Apache-2.0
44
5- from west .commands import WestCommand
65from run_common import add_parser_common , do_run_common
6+ from west .commands import WestCommand
77
88EXPORT_DESCRIPTION = '''\
99 Run RobotFramework test suites with a runner of choice.
1313class Robot (WestCommand ):
1414
1515 def __init__ (self ):
16- super (Robot , self ).__init__ (
16+ super ().__init__ (
1717 'robot' ,
1818 # Keep this in sync with the string in west-commands.yml.
1919 'run RobotFramework test suites' ,
You can’t perform that action at this time.
0 commit comments