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 b9efbe3 commit 0b7f343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"nitransforms ~= 24.0",
"niworkflows ~=1.10.1",
"numpy ~=1.20",
"orjson",
"orjson",ruff
"pandas",
"pybids >= 0.15.6",
"PyYAML",
Expand Down 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 0b7f343

Please sign in to comment.