Skip to content

Commit cba7c4f

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [make] format action added, to auto-format source files.
1 parent ff4ce76 commit cba7c4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ test/static: dependencies
8181
test/styling: dependencies
8282
${RUNTIME_TOOL} -m pycodestyle --statistics src/
8383

84+
format:
85+
autopep8 --in-place --recursive --aggressive --aggressive --verbose src/
86+
8487
test: env dependencies
8588
${RUNTIME_TOOL} -m coverage run -m \
8689
pytest --verbose \

0 commit comments

Comments
 (0)