🎨 Format Python code with Black

This commit is contained in:
alexAubin 2021-09-20 22:14:58 +00:00 committed by GitHub
parent 2339377763
commit b0a2b0efeb

View file

@ -7,7 +7,13 @@ import subprocess
from setuptools import setup, find_packages from setuptools import setup, find_packages
from moulinette import env from moulinette import env
version = subprocess.check_output("head debian/changelog -n1 | awk '{print $2}' | tr -d '()'", shell=True).decode().strip() version = (
subprocess.check_output(
"head debian/changelog -n1 | awk '{print $2}' | tr -d '()'", shell=True
)
.decode()
.strip()
)
LOCALES_DIR = env["LOCALES_DIR"] LOCALES_DIR = env["LOCALES_DIR"]