diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index f62620be8..702e677ba 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -61,7 +61,7 @@ jobs: msg: apply code formatting and linting auto-fixes - name: ruff - run: uv run --active ruff check + run: uv run --active ruff check --extend-ignore EXE001 - name: pylint run: uv run --active pylint *.py modules/ pipelines/ scripts/ extensions-builtin/