Skip to content

Commit

Permalink
Temporarily exclude docs/notebooks from ruff runs
Browse files Browse the repository at this point in the history
In Ruff 0.6, Jupyter notebooks are linted and formatted by default.
  • Loading branch information
DimitriPapadopoulos committed Aug 26, 2024
1 parent 98d947d commit bca1c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ skip = """
./docs/source/_static/example_anatreport.html"""

[tool.ruff]
exclude = [".maint/update_authors.py"]
exclude = [".maint/update_authors.py", "docs/notebooks"]
line-length = 99

[tool.ruff.lint]
Expand Down

0 comments on commit bca1c14

Please sign in to comment.