mirror of
https://github.com/encounter/dtk-template.git
synced 2025-12-17 17:05:38 +00:00
Update tools & format with ruff
This commit is contained in:
@@ -106,7 +106,7 @@ parser.add_argument(
|
||||
"--ninja",
|
||||
metavar="BINARY",
|
||||
type=Path,
|
||||
help="path to ninja binary (optional)"
|
||||
help="path to ninja binary (optional)",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--verbose",
|
||||
@@ -158,8 +158,8 @@ if not config.non_matching:
|
||||
# Tool versions
|
||||
config.binutils_tag = "2.42-1"
|
||||
config.compilers_tag = "20250812"
|
||||
config.dtk_tag = "v1.7.0"
|
||||
config.objdiff_tag = "v3.4.0"
|
||||
config.dtk_tag = "v1.7.1"
|
||||
config.objdiff_tag = "v3.4.1"
|
||||
config.sjiswrap_tag = "v1.2.2"
|
||||
config.wibo_tag = "1.0.0-beta.4"
|
||||
|
||||
@@ -312,6 +312,7 @@ def link_order_callback(module_id: int, objects: List[str]) -> List[str]:
|
||||
return objects + ["dummy.c"]
|
||||
return objects
|
||||
|
||||
|
||||
# Uncomment to enable the link order callback.
|
||||
# config.link_order_callback = link_order_callback
|
||||
|
||||
|
||||
Reference in New Issue
Block a user