mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Cleanup fix
This commit is contained in:
parent
a65dd3226e
commit
0e15d1e72b
1 changed files with 1 additions and 1 deletions
2
Pipfile
2
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
|
||||
|
|
Loading…
Reference in a new issue