has `--no-pylint` been depreciated? tried to run a...
# ask-metaflow
d
has
--no-pylint
been depreciated? tried to run a flow and got this:
Error: no such option: --no-pylint
1
s
are you doing
python flow.py --no-pylint run
?
d
ahh ok - was doing
python flow.py run --no-pylint
lol, thanks!