mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
style(tools): reformat global_options.py with ruff-format
This file predates the adoption of ruff-format and was never reformatted, because pre-commit only runs on the files touched by a change. GitHub PR #18871 bumps the copyright year here, which pulls the file into the hook's scope and makes check_pre_commit fail on a pre-existing formatting violation unrelated to that change. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
# SPDX-FileCopyrightText: 2022-2026 Espressif Systems (Shanghai) CO LTD
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
global_options = [{
|
||||
'names': ['-D', '--define-cache-entry'],
|
||||
'help': 'Create a cmake cache entry.',
|
||||
'scope': 'global',
|
||||
'multiple': True,
|
||||
}]
|
||||
global_options = [
|
||||
{
|
||||
'names': ['-D', '--define-cache-entry'],
|
||||
'help': 'Create a cmake cache entry.',
|
||||
'scope': 'global',
|
||||
'multiple': True,
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user