mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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:
committed by
Tim Abbott
parent
bef46dab3c
commit
bb4fc3c4c7
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user