Skip to content

Commit d117b36

Browse files
committed
ignore D for vitessce-python
1 parent 073d01a commit d117b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,6 @@ convention = "numpy"
153153

154154
[tool.ruff.lint.per-file-ignores]
155155
"docs/*" = ["I"]
156-
"vitessce/constants.py" = ["D"]
156+
"vitessce/*" = ["D"]
157157
"tests/*" = ["D"]
158158
"*/__init__.py" = ["F401"]

0 commit comments

Comments
 (0)