diff --git a/.github/workflows/ruff.yaml b/.github/workflows/ruff.yaml index 1e53feb26..52a2c54ae 100644 --- a/.github/workflows/ruff.yaml +++ b/.github/workflows/ruff.yaml @@ -15,4 +15,4 @@ jobs: pip install ruff # Update output format to enable automatic inline annotations. - name: Run Ruff - run: ruff check --output-format=github . \ No newline at end of file + run: ruff check --output-format=github --exclude=gee . \ No newline at end of file