great-egg-84692
08/12/2025, 5:11 PM--no-pylint
everytime user needs to run a flow.ancient-application-36103
08/12/2025, 6:18 PMMETAFLOW_PYLINT=0
great-egg-84692
08/12/2025, 6:23 PMancient-application-36103
08/12/2025, 6:24 PMancient-application-36103
08/12/2025, 6:26 PMpython --some-key-a=value-1 foo --some-key-b=value-2 bar --some-key-c=value-3
is equivalent to
METAFLOW_SOME_KEY_A=value-1 METAFLOW_FOO_SOME_KEY_B=value-2 METAFLOW_FOO_BAR_SOME_KEY_C=value=3 python foo bar
great-egg-84692
08/12/2025, 6:35 PMancient-application-36103
08/12/2025, 6:36 PMgreat-egg-84692
08/12/2025, 6:40 PMgreat-egg-84692
08/12/2025, 6:41 PMdry-beach-38304
08/12/2025, 6:41 PMos.environ["METAFLOW_PYLINT"] = "0"
in the toplevel file to be loaded prior to click doing its thing but not 100% sure.dry-beach-38304
08/12/2025, 6:42 PMdry-beach-38304
08/12/2025, 6:42 PMdry-beach-38304
08/12/2025, 6:42 PMgreat-egg-84692
08/12/2025, 6:43 PMI suspect though that you can add something likethat's what I'm thinking too. We already modify METAFLOW_HOME inin the toplevel file to be loaded prior to click doing its thing but not 100% sure.os.environ["METAFLOW_PYLINT"] = "0"
module_overrides.py
to set METAFLOW_HOME
so all users use the same config.jsondry-beach-38304
08/12/2025, 6:43 PMgreat-egg-84692
08/12/2025, 6:51 PM