Searched full:toml (Results 1 – 8 of 8) sorted by relevance
8 # A very simple script to convert ruff format output to toml10 # ruff format --check | ./scripts/ruff/gen_format_exclude.py >> .ruff-excludes.toml
10 # A very simple script to convert ruff lint output from json to toml12 # ruff check --output-format=json | ./scripts/ruff/gen_lint_exclude.py >> .ruff-excludes.toml
4 extend = ".ruff-excludes.toml"
66 # Cargo encourages a .cargo/config.toml file to symlink to a generated file. Don't save these.
429 # -P removes line markers to keep the .toml output reproducible. To436 # such comments to be preserved in generated/*.toml files:447 # Need to preprocess the TOML file twice: once with449 …full_preproc_cmd = preproc_cmd + ['-o', str(subdir / 'rimage_config_full.toml'), '-DLLEXT_FORCE_AL…450 preproc_cmd += ['-o', str(subdir / 'rimage_config.toml')]524 #### -c sof/rimage/config/signing_schema.toml ####586 toml_basename = target + '.toml'594 extra_ri_args += ['-c', str(b / generated_subdir / 'rimage_config.toml')]
24 # containing the .toml files for the platforms, which SOF will set on
139 # set(WEST_SIGN_OPTS -- -c "/home/sweet home/rimage/config/abc.toml" -i 4)
137 - You can add or overwrite a ``$platform.toml`` file(s) in your