--- # MegaLinter configuration # https://megalinter.io/latest/configuration/ # Disable linters that are replaced by uv-based workflows DISABLE_LINTERS: - PYTHON_PYLINT - PYTHON_PYRIGHT # Install Python dependencies before linting using uv PRE_COMMANDS: - command: pip install uv cwd: workspace - command: uv sync --all-groups cwd: workspace