diff --git a/format.sh b/format.sh new file mode 100755 index 0000000..abfd74b --- /dev/null +++ b/format.sh @@ -0,0 +1,2 @@ +isort $1 +autopep8 -i --max-line-length=120 $1