Skip to content

Commit 55ace59

Browse files
committed
Ignore D100 warning for linting.
1 parent 84e2d0a commit 55ace59

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ ignore = [
8080
"B007",
8181
# Remove unused `noqa` directive
8282
"RUF100",
83+
# Ignore public module docstring
84+
"D100",
8385
]
8486

8587
[tool.ruff.lint.pydocstyle]

0 commit comments

Comments
 (0)