Skip to content

Commit d4ac0bb

Browse files
committed
Explain linting exclusion
1 parent aaebd0d commit d4ac0bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ requires = ["poetry-core"]
3636

3737
[tool.ruff.lint]
3838
exclude = [
39-
"tests/interactive-imagej/*"
39+
"tests/interactive-imagej/*", # no linting for the interactive test scripts
4040
]
4141

4242
select = [

0 commit comments

Comments
 (0)