Skip to content

build: Exclude Jupyter notebooks from Ruff checks#266

Merged
mplatzer merged 1 commit intomainfrom
chore/ruff-exclude-ipynb
Mar 2, 2026
Merged

build: Exclude Jupyter notebooks from Ruff checks#266
mplatzer merged 1 commit intomainfrom
chore/ruff-exclude-ipynb

Conversation

@mplatzer
Copy link
Contributor

@mplatzer mplatzer commented Mar 2, 2026

Note

Low Risk
Low risk: this only adjusts Ruff configuration to skip *.ipynb files, affecting lint/format coverage but not runtime behavior.

Overview
Updates pyproject.toml Ruff settings to globally exclude Jupyter notebooks by adding extend-exclude = ["*.ipynb"], preventing Ruff from linting/formatting notebook files outside the existing examples/*.ipynb formatting exclusion.

Written by Cursor Bugbot for commit c591e9c. This will update automatically on new commits. Configure here.

@mplatzer mplatzer merged commit 897c0e8 into main Mar 2, 2026
6 of 8 checks passed
@mplatzer mplatzer deleted the chore/ruff-exclude-ipynb branch March 2, 2026 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant