Skip to content

Commit

Permalink
exclude notebooks from ruff linter
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince authored Aug 20, 2024
1 parent c5cb551 commit 5a28c63
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 @@ -100,6 +100,7 @@ exclude = [
"dist/",
"src/nwb-schema",
"docs/source/conf.py",
"docs/notebooks/*",
"src/pynwb/_due.py",
"test.py" # remove when pytest comes along
]
Expand All @@ -108,7 +109,6 @@ line-length = 120
[tool.ruff.lint.per-file-ignores]
"tests/read_dandi/*" = ["T201"]
"docs/gallery/*" = ["E402", "T201"]
"docs/notebooks/*" = ["E402", "T201"]
"src/*/__init__.py" = ["F401"]
"src/pynwb/_version.py" = ["T201"]
"src/pynwb/validate.py" = ["T201"]
Expand Down

0 comments on commit 5a28c63

Please sign in to comment.