Skip to content

Commit

Permalink
Have ruff ignore docs
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Aug 21, 2024
1 parent 8653558 commit a9e9c64
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 @@ -104,7 +104,7 @@ test = "pytest . --cov anywidget --cov-report term-missing"
[tool.ruff]
line-length = 88
src = ["anywidget", "tests"]
exclude = ["packages"]
exclude = ["packages", "docs"]

[tool.ruff.lint]
pydocstyle = { convention = "numpy" }
Expand Down

0 comments on commit a9e9c64

Please sign in to comment.