You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable jupyter linting support in our CI pipelines (via ruff)
Why
Our examples are still part of our codebase, so much be under linting control. We used to have a stage in the pre-commit template that linted jupyter notebooks, but running it through CI is superior (single source of truth that can't be turned off).
How
Follow the instructions in the ruff docs to enable jupyter linting and fix any failures.
The text was updated successfully, but these errors were encountered:
What
Enable jupyter linting support in our CI pipelines (via ruff)
Why
Our examples are still part of our codebase, so much be under linting control. We used to have a stage in the pre-commit template that linted jupyter notebooks, but running it through CI is superior (single source of truth that can't be turned off).
How
Follow the instructions in the ruff docs to enable jupyter linting and fix any failures.
The text was updated successfully, but these errors were encountered: