We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9361259 commit 918819eCopy full SHA for 918819e
1 file changed
pyproject.toml
@@ -35,7 +35,12 @@ pytest-cov = "^6.0.0"
35
build-backend = "poetry.core.masonry.api"
36
requires = ["poetry-core"]
37
38
+
39
[tool.ruff.lint]
40
+exclude = [
41
+ "tests/interactive-imagej/*"
42
+]
43
44
select = [
45
"D",
46
# summary lines have to be placed on the first physical line of the docstring
@@ -53,5 +58,6 @@ ignore = [
53
58
"D202",
54
59
]
55
60
61
56
62
[tool.ruff.lint.pydocstyle]
57
63
convention = "numpy"
0 commit comments