We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaebd0d commit d4ac0bbCopy full SHA for d4ac0bb
1 file changed
pyproject.toml
@@ -36,7 +36,7 @@ requires = ["poetry-core"]
36
37
[tool.ruff.lint]
38
exclude = [
39
- "tests/interactive-imagej/*"
+ "tests/interactive-imagej/*", # no linting for the interactive test scripts
40
]
41
42
select = [
0 commit comments