Skip to content

Commit 918819e

Browse files
committed
Exclude interactive test scripts from linting
1 parent 9361259 commit 918819e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ pytest-cov = "^6.0.0"
3535
build-backend = "poetry.core.masonry.api"
3636
requires = ["poetry-core"]
3737

38+
3839
[tool.ruff.lint]
40+
exclude = [
41+
"tests/interactive-imagej/*"
42+
]
43+
3944
select = [
4045
"D",
4146
# summary lines have to be placed on the first physical line of the docstring
@@ -53,5 +58,6 @@ ignore = [
5358
"D202",
5459
]
5560

61+
5662
[tool.ruff.lint.pydocstyle]
5763
convention = "numpy"

0 commit comments

Comments
 (0)