python: Prefer --flag=option over --flag option.

For less inflation by Black.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-09-02 20:58:10 -07:00
committed by Tim Abbott
parent bef46dab3c
commit bb4fc3c4c7
10 changed files with 37 additions and 38 deletions

View File

@@ -52,12 +52,12 @@ run([
'./manage.py', 'collectstatic', '--no-default-ignore',
'-v0',
'--noinput',
'-i', 'assets',
'-i', 'emoji-styles',
'-i', 'html',
'-i', 'js',
'-i', 'styles',
'-i', 'templates',
'--ignore=assets',
'--ignore=emoji-styles',
'--ignore=html',
'--ignore=js',
'--ignore=styles',
'--ignore=templates',
])
# Compile translation strings to generate `.mo` files.