Skip to content

Commit

Permalink
fix ruff exclude config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwilby committed Oct 21, 2024
1 parent 4516b8a commit 7aa3da4
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 @@ -19,7 +19,7 @@ warn_unused_configs = true
no_implicit_reexport = true

[tool.ruff]
exclude = ["tests/*", "docs/*"]
exclude = ["tests", "docs", "*.ipynb"]
lint.select = [
"D",
"NPY201"
Expand Down

0 comments on commit 7aa3da4

Please sign in to comment.