Sign in
opensecura
/
3p
/
sel4
/
sel4_tools
/
b092f4b00dd3849634c59c05204e35a703e7da4c
/
.
/
misc
/
style-py.sh
blob: efc4bba367121a63c993aea3851cd17ece1291ed [
file
]
#!/bin/sh
#
# Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
#
# SPDX-License-Identifier: BSD-2-Clause
#
#
# Format (in place) a list of files as Python code.
autopep8
-
i
--
max
-
line
-
length
100
"$@"