OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pyformat
(Results
1 - 2
of
2
) sorted by null
/external/toolchain-utils/toolchain_utils_githooks/
pre-push.real
7
# 1) check that python sources have been formatted with
pyformat
.
34
pyformat
="./bin/tc_pyformat"
41
diffs=$($
pyformat
-d $f)
43
echo "Error: $
pyformat
$f returned with error code $?"
47
echo -e "Error: $f is not formatted correctly. Run $
pyformat
-i $f\n"
/external/toolchain-utils/bin/
tc_pyformat
2
# Usage: tc_pyformat <list of
pyformat
options> file1.py file2.py ...
7
PF=
pyformat
Completed in 4101 milliseconds