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 11171117 " UP008" , # https://docs.astral.sh/ruff/rules/super-call-with-parameters
11181118 " UP032" , # https://docs.astral.sh/ruff/rules/f-string
11191119]
1120- "./scripts/west_commands/simulate.py" = [
1121- " I001" , # https://docs.astral.sh/ruff/rules/unsorted-imports
1122- " UP008" , # https://docs.astral.sh/ruff/rules/super-call-with-parameters
1123- ]
11241120"./scripts/west_commands/spdx.py" = [
11251121 " F541" , # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders
11261122 " I001" , # https://docs.astral.sh/ruff/rules/unsorted-imports
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 Simulate the board on a runner of choice using generated artifacts.
1313class Simulate (WestCommand ):
1414
1515 def __init__ (self ):
16- super (Simulate , self ).__init__ (
16+ super ().__init__ (
1717 'simulate' ,
1818 # Keep this in sync with the string in west-commands.yml.
1919 'simulate board' ,
You can’t perform that action at this time.
0 commit comments