Home
last modified time | relevance | path

Searched refs:CODE_FORMATS (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dformat_code.py284 CODE_FORMATS: Tuple[CodeFormat, ...] = ( variable
324 presubmit_check(fmt, **filter_paths_args) for fmt in CODE_FORMATS)
334 for code_format in CODE_FORMATS: