Run black python linting utility on all source files

This commit is contained in:
Eric Torres
2019-03-06 23:41:05 -08:00
parent a2ec1729b9
commit 01f41472e2
8 changed files with 77 additions and 78 deletions

View File

@ -5,7 +5,7 @@ import os
import os.path
# ========== Constants ==========
PKGEXT = 'pkg.tar.xz'
PKGEXT = "pkg.tar.xz"
SIGEXT = f"{PKGEXT}.sig"