Cleanup fix

This commit is contained in:
Martin Mahner 2019-02-03 11:57:02 +01:00
parent a65dd3226e
commit 0e15d1e72b

View file

@ -18,7 +18,7 @@ sphinxcontrib-httpdomain = "*"
[scripts]
test = "./runtests.py"
cleanup = "sh -c \"black --skip-string-normalization --line-length=80 --exclude='/(migrations)/' $APPNAME && isort -rc $APPNAME\""
cleanup = "sh -c \"black --skip-string-normalization --line-length=80 --exclude='/(migrations)/' dpaste && isort -rc dpaste\""
[pipenv]
allow_prereleases = true