bin/cubicweb-ctl
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Tue, 29 Jan 2019 14:02:19 +0100
branch3.26
changeset 12433 9a78d50a1ff6
parent 12253 9165f4b7426b
child 12779 44147dab9d27
permissions -rwxr-xr-x
[skeleton] drop whitelist_externals for flake8 whitelist_externals makes sense when used with sitepackages=true. In this case it will always rely on $VIRTUAL_ENV/bin/flake8 so, the whitelist_externals has no effect.

#!/usr/bin/env python
from cubicweb.cwctl import run
run()