Style: Apply fixes from black and codespell

This commit is contained in:
Rémi Verschelde 2025-04-25 14:52:54 +02:00
parent 580d87b837
commit 9a8b5848d8
No known key found for this signature in database
GPG key ID: C3336907360768E1
69 changed files with 85 additions and 117 deletions

View file

@ -14,7 +14,6 @@ JSON_SERIALIZABLE_TYPES = (bool, int, float, str)
def run_in_subprocess(builder_function):
@functools.wraps(builder_function)
def wrapper(target, source, env):
# Convert SCons Node instances to absolute paths
target = [node.srcnode().abspath for node in target]
source = [node.srcnode().abspath for node in source]