diff --git a/Pipfile b/Pipfile index 2213758..2884a8a 100644 --- a/Pipfile +++ b/Pipfile @@ -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