Describe the bug
DISABLE_LINTERS not working as expected when running locally
To Reproduce
npx mega-linter-runner --flavor python -e 'DISABLE_LINTERS=PYTHON_BANDIT,PYTHON_PYLINT,PYTHON_MYPY,REPOSITORY_SEMGREP,SPELL_CSPELL'
Only bandit is skipped, the other linters remain
Expected behavior
All specified linters should be disabled
Screenshots


Additional context
Using Mac M1