diff --git a/format.sh b/format.sh index abfd74b..b8f0563 100755 --- a/format.sh +++ b/format.sh @@ -1,2 +1,2 @@ -isort $1 -autopep8 -i --max-line-length=120 $1 +isort src tests +autopep8 src tests